#27B2BC

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

Shades of Light Sea Green #27B2BC

Tints of Light Sea Green #27B2BC

Color information

#27B2BC (or 0x27B2BC) is unknown color: approx Light Sea Green. HEX triplet: 27, B2 and BC. RGB value is (39,178,188). Sum of RGB (Red+Green+Blue) = 39+178+188=405 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.63% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #27B2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27B2BC is #D84D43. Grayscale: #898989. Windows color (decimal): -14175556 or 12366375. OLE color: 12366375.

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

Color convert

RGB39178188-
CMYK0.790.0500.26
HSL184.03º65.64%44.51%-
HSV(B)184.03º79.26%73.73%-
XYZ25.8335.953.15-
YUV137.58156.4557.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.63%
GREEN value IS 178 (69.92% from 255) = 43.95%
BLUE value IS 188 (73.83% from 255) = 46.42%
R=9.63%
G=43.95%
B=46.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391781880.790.0500.26184.0365.6444.51
Hex27B2BC4F501Ab8422d
Octal47262274117503227010255
Binary10011110110010101111001001111101011010101110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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