#06BE8A

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

Shades of Caribbean Green #06BE8A

Tints of Caribbean Green #06BE8A

Color information

#06BE8A (or 0x06BE8A) is unknown color: approx Caribbean Green. HEX triplet: 06, BE and 8A. RGB value is (6,190,138). Sum of RGB (Red+Green+Blue) = 6+190+138=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 190 (74.61% from 255 or 56.89% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 190 - color contains mainly: green. Hex color #06BE8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BE8A is #F94175. Grayscale: #818181. Windows color (decimal): -16335222 or 9092614. OLE color: 9092614.

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

Color convert

RGB6190138-
CMYK0.9700.270.25
HSL163.04º93.88%38.43%-
HSV(B)163.04º96.84%74.51%-
XYZ23.0838.730.3-
YUV129.06133.0440.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.80%
GREEN value IS 190 (74.61% from 255) = 56.89%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=1.80%
G=56.89%
B=41.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61901380.9700.270.25163.0493.8838.43
Hex6BE8A6101B19a35e26
Octal62762121410333124313646
Binary1101011111010001010110000101101111001101000111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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