#06BF8A

Color #06BF8A Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #06BF8A

Tints of Caribbean Green #06BF8A

Color information

#06BF8A (or 0x06BF8A) is unknown color: approx Caribbean Green. HEX triplet: 06, BF and 8A. RGB value is (6,191,138). Sum of RGB (Red+Green+Blue) = 6+191+138=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #06BF8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BF8A is #F94075. Grayscale: #818181. Windows color (decimal): -16334966 or 9092870. OLE color: 9092870.

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

Color convert

RGB6191138-
CMYK0.9700.280.25
HSL162.81º93.91%38.63%-
HSV(B)162.81º96.86%74.9%-
XYZ23.2939.1430.37-
YUV129.64132.7139.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 191 (75% from 255) = 57.01%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=1.79%
G=57.01%
B=41.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61911380.9700.280.25162.8193.9138.63
Hex6BF8A6101C19a35e27
Octal62772121410343124313647
Binary1101011111110001010110000101110011001101000111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06BF8A;
 }
 .AnyTagClassName
 {
   color: #06BF8A;
 }
</style>
background-color css

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

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

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

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

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

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