Html Css Color HEX #06BA9F Caribbean Green

📋 copy color: '#06BA9F'

red 6 ◦ green 186 ◦ blue 159

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

Shades of Caribbean Green #06BA9F

Tints of Caribbean Green #06BA9F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.99%

 BLUE value IS 159 (62.5% from 255) = 45.3%

R = 1.71%
G = 52.99%
B = 45.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#06BA9F (or 0x06BA9F) is known color: Caribbean Green. HEX triplet: 06, BA and 9F. RGB value is (6,186,159). Sum of RGB (Red+Green+Blue) = 6+186+159=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BA9F is #F94560. Grayscale: #818181. Windows color (decimal): -16336225 or 10467846. OLE color: 10467846.

HSL color Cylindrical-coordinate representation of color #06BA9F: hue angle of 171º 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 #06BA9F is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 186 159 -
CMYK 0.97 0 0.15 0.27
HSL 171º 0.94% 0.38% -
HSV(B) 171º 0.97% 0.73% -
XYZ 23.89 37.66 38.81 -
YUV 129.1 144.87 40.2 -
System Red Green Blue C M Y K H S L
Decimal 6 186 159 0.97 0 0.15 0.27 171 0.94 0.38
Hex 6 BA 9F 61 0 F 1B AB 5E 26
Octal 6 272 237 141 0 17 33 253 136 46
Binary 110 10111010 10011111 1100001 0 1111 11011 10101011 1011110 100110

Color Harmonies of #06BA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BA9F

Black with #06BA9F

Text Example


Text Example

White with #06BA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,186,159); }

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

background-color css

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

 a { background-color: rgb(6,186,159); }

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

border-color css

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

 span { border-color: rgb(6,186,159); }

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