#27BDBB

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

Shades of Light Sea Green #27BDBB

Tints of Light Sea Green #27BDBB

Color information

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

HSL color Cylindrical-coordinate representation of color #27BDBB: hue angle of 179.2º 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 #27BDBB is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB39189187-
CMYK0.7900.010.26
HSL179.2º65.79%44.71%-
HSV(B)179.2º79.37%74.12%-
XYZ2840.4153.34-
YUV143.92152.353.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391891870.7900.010.26179.265.7944.71
Hex27BDBB4F011Ab3422d
Octal47275273117013226310255
Binary100111101111011011101110011110111010101100111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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