#27BCC2

Color #27BCC2 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #27BCC2

Tints of Light Sea Green #27BCC2

Color information

#27BCC2 (or 0x27BCC2) is unknown color: approx Light Sea Green. HEX triplet: 27, BC and C2. RGB value is (39,188,194). Sum of RGB (Red+Green+Blue) = 39+188+194=421 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.26% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #27BCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BCC2 is #D8433D. Grayscale: #8F8F8F. Windows color (decimal): -14172990 or 12762151. OLE color: 12762151.

HSL color Cylindrical-coordinate representation of color #27BCC2: hue angle of 182.32º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BCC2 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB39188194-
CMYK0.800.0300.24
HSL182.32º66.52%45.69%-
HSV(B)182.32º79.9%76.08%-
XYZ28.5640.2957.31-
YUV144.13156.1453.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 9.26%
GREEN value IS 188 (73.83% from 255) = 44.66%
BLUE value IS 194 (76.17% from 255) = 46.08%
R=9.26%
G=44.66%
B=46.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal391881940.800.0300.24182.3266.5245.69
Hex27BCC2503018b6432e
Octal47274302120303026610356
Binary1001111011110011000010101000011011000101101101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27BCC2; }

 p { color: rgb(39,188,194); }

 H1.HeaderClassName
 {
   color: #27BCC2;
 }
 .AnyTagClassName
 {
   color: #27BCC2;
 }
</style>
background-color css

<style>
 a { background-color: #27BCC2; }

 a { background-color: rgb(39,188,194); }

 div.DivClassName
 {
   background-color: #27BCC2;
 }
 .BgClassName
 {
   background-color: #27BCC2;
 }
</style>
border-color css

<style>
 span { border-color: #27BCC2; }

 span { border-color: rgb(39,188,194); }

 td.TdClassName
 {
   border-color: #27BCC2;
 }
 .TagClassName
 {
   border-color: #27BCC2;
 }
</style>