#27B4B4

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

Shades of Light Sea Green #27B4B4

Tints of Light Sea Green #27B4B4

Color information

#27B4B4 (or 0x27B4B4) is unknown color: approx Light Sea Green. HEX triplet: 27, B4 and B4. RGB value is (39,180,180). Sum of RGB (Red+Green+Blue) = 39+180+180=399 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.77% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: green, blue. Hex color #27B4B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27B4B4 is #D84B4B. Grayscale: #898989. Windows color (decimal): -14175052 or 11842599. OLE color: 11842599.

HSL color Cylindrical-coordinate representation of color #27B4B4: hue angle of 180º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B4B4 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB39180180-
CMYK0.78000.29
HSL180º64.38%42.94%-
HSV(B)180º78.33%70.59%-
XYZ25.436.3748.86-
YUV137.84151.7957.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.77%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 180 (70.70% from 255) = 45.11%
R=9.77%
G=45.11%
B=45.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391801800.78000.2918064.3842.94
Hex27B4B44E001Db4402b
Octal47264264116003526410053
Binary100111101101001011010010011100011101101101001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,180,180); }

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

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

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

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

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

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

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