#27BBBD

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

Shades of Light Sea Green #27BBBD

Tints of Light Sea Green #27BBBD

Color information

#27BBBD (or 0x27BBBD) is unknown color: approx Light Sea Green. HEX triplet: 27, BB and BD. RGB value is (39,187,189). Sum of RGB (Red+Green+Blue) = 39+187+189=415 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.40% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #27BBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BBBD is #D84442. Grayscale: #8E8E8E. Windows color (decimal): -14173251 or 12434215. OLE color: 12434215.

HSL color Cylindrical-coordinate representation of color #27BBBD: hue angle of 180.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BBBD is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB39187189-
CMYK0.790.0100.26
HSL180.8º65.79%44.71%-
HSV(B)180.8º79.37%74.12%-
XYZ27.7939.6554.33-
YUV142.98153.9753.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.40%
GREEN value IS 187 (73.44% from 255) = 45.06%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=9.40%
G=45.06%
B=45.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391871890.790.0100.26180.865.7944.71
Hex27BBBD4F101Ab5422d
Octal47273275117103226510255
Binary100111101110111011110110011111011010101101011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,187,189); }

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

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

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

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

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

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

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