Html Css Color HEX #06B990 Caribbean Green

📋 copy color: '#06B990'

red 6 ◦ green 185 ◦ blue 144

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

Shades of Caribbean Green #06B990

Tints of Caribbean Green #06B990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.22%

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 1.79%
G = 55.22%
B = 42.99%

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

#06B990 (or 0x06B990) is known color: Caribbean Green. HEX triplet: 06, B9 and 90. RGB value is (6,185,144). Sum of RGB (Red+Green+Blue) = 6+185+144=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #06B990 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B990 is #F9466F. Grayscale: #7E7E7E. Windows color (decimal): -16336496 or 9484550. OLE color: 9484550.

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

Color convert

RGB 6 185 144 -
CMYK 0.97 0 0.22 0.27
HSL 166.26º 0.94% 0.37% -
HSV(B) 166.26º 0.97% 0.73% -
XYZ 22.46 36.75 32.3 -
YUV 126.81 137.7 41.83 -
System Red Green Blue C M Y K H S L
Decimal 6 185 144 0.97 0 0.22 0.27 166.26 0.94 0.37
Hex 6 B9 90 61 0 16 1B A6 5E 25
Octal 6 271 220 141 0 26 33 246 136 45
Binary 110 10111001 10010000 1100001 0 10110 11011 10100110 1011110 100101

Color Harmonies of #06B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B990

Black with #06B990

Text Example


Text Example

White with #06B990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,185,144); }

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

background-color css

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

 a { background-color: rgb(6,185,144); }

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

border-color css

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

 span { border-color: rgb(6,185,144); }

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