Html Css Color HEX #06BBAB Light Sea Green

📋 copy color: '#06BBAB'

red 6 ◦ green 187 ◦ blue 171

#06BBAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #06BBAB

Tints of Light Sea Green #06BBAB

RGB

 RED value IS 6 (2.73% from 255) = 1.65%

 GREEN value IS 187 (73.44% from 255) = 51.37%

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 1.65%
G = 51.37%
B = 46.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#06BBAB (or 0x06BBAB) is known color: Light Sea Green. HEX triplet: 06, BB and AB. RGB value is (6,187,171). Sum of RGB (Red+Green+Blue) = 6+187+171=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 187 (73.44% from 255 or 51.37% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 187 - color contains mainly: green. Hex color #06BBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BBAB is #F94454. Grayscale: #828282. Windows color (decimal): -16335957 or 11254534. OLE color: 11254534.

HSL color Cylindrical-coordinate representation of color #06BBAB: hue angle of 174.7º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BBAB is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 187 171 -
CMYK 0.97 0 0.09 0.27
HSL 174.7º 0.94% 0.38% -
HSV(B) 174.7º 0.97% 0.73% -
XYZ 25.2 38.52 44.64 -
YUV 131.06 150.53 38.8 -
System Red Green Blue C M Y K H S L
Decimal 6 187 171 0.97 0 0.09 0.27 174.7 0.94 0.38
Hex 6 BB AB 61 0 9 1B AF 5E 26
Octal 6 273 253 141 0 11 33 257 136 46
Binary 110 10111011 10101011 1100001 0 1001 11011 10101111 1011110 100110

Color Harmonies of #06BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BBAB

Black with #06BBAB

Text Example


Text Example

White with #06BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BBAB; }

 p { color: rgb(6,187,171); }

 H1.HeaderClassName
 {
   color: #06BBAB;
 }
 .AnyTagClassName
 {
   color: #06BBAB;
 }
</style>

background-color css

<style>
 a { background-color: #06BBAB; }

 a { background-color: rgb(6,187,171); }

 div.DivClassName
 {
   background-color: #06BBAB;
 }
 .BgClassName
 {
   background-color: #06BBAB;
 }
</style>

border-color css

<style>
 span { border-color: #06BBAB; }

 span { border-color: rgb(6,187,171); }

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