Html Css Color HEX #06BFB0 Light Sea Green

📋 copy color: '#06BFB0'

red 6 ◦ green 191 ◦ blue 176

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

Shades of Light Sea Green #06BFB0

Tints of Light Sea Green #06BFB0

RGB

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

 GREEN value IS 191 (75% from 255) = 51.21%

 BLUE value IS 176 (69.14% from 255) = 47.18%

R = 1.61%
G = 51.21%
B = 47.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#06BFB0 (or 0x06BFB0) is known color: Light Sea Green. HEX triplet: 06, BF and B0. RGB value is (6,191,176). Sum of RGB (Red+Green+Blue) = 6+191+176=373 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #06BFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BFB0 is #F9404F. Grayscale: #858585. Windows color (decimal): -16334928 or 11583238. OLE color: 11583238.

HSL color Cylindrical-coordinate representation of color #06BFB0: hue angle of 175.14º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BFB0 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 191 176 -
CMYK 0.97 0 0.08 0.25
HSL 175.14º 0.94% 0.39% -
HSV(B) 175.14º 0.97% 0.75% -
XYZ 26.54 40.43 47.48 -
YUV 133.98 151.71 36.72 -
System Red Green Blue C M Y K H S L
Decimal 6 191 176 0.97 0 0.08 0.25 175.14 0.94 0.39
Hex 6 BF B0 61 0 8 19 AF 5E 27
Octal 6 277 260 141 0 10 31 257 136 47
Binary 110 10111111 10110000 1100001 0 1000 11001 10101111 1011110 100111

Color Harmonies of #06BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BFB0

Black with #06BFB0

Text Example


Text Example

White with #06BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,191,176); }

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

background-color css

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

 a { background-color: rgb(6,191,176); }

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

border-color css

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

 span { border-color: rgb(6,191,176); }

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