Html Css Color HEX #06BA92 Caribbean Green

📋 copy color: '#06BA92'

red 6 ◦ green 186 ◦ blue 146

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

Shades of Caribbean Green #06BA92

Tints of Caribbean Green #06BA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.2%

R = 1.78%
G = 55.03%
B = 43.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#06BA92 (or 0x06BA92) is known color: Caribbean Green. HEX triplet: 06, BA and 92. RGB value is (6,186,146). Sum of RGB (Red+Green+Blue) = 6+186+146=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BA92 is #F9456D. Grayscale: #7F7F7F. Windows color (decimal): -16336238 or 9615878. OLE color: 9615878.

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

Color convert

RGB 6 186 146 -
CMYK 0.97 0 0.22 0.27
HSL 166.67º 0.94% 0.38% -
HSV(B) 166.67º 0.97% 0.73% -
XYZ 22.82 37.23 33.18 -
YUV 127.62 138.37 41.25 -
System Red Green Blue C M Y K H S L
Decimal 6 186 146 0.97 0 0.22 0.27 166.67 0.94 0.38
Hex 6 BA 92 61 0 16 1B A7 5E 26
Octal 6 272 222 141 0 26 33 247 136 46
Binary 110 10111010 10010010 1100001 0 10110 11011 10100111 1011110 100110

Color Harmonies of #06BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BA92

Black with #06BA92

Text Example


Text Example

White with #06BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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