#06C695

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

Shades of Caribbean Green #06C695

Tints of Caribbean Green #06C695

Color information

#06C695 (or 0x06C695) is unknown color: approx Caribbean Green. HEX triplet: 06, C6 and 95. RGB value is (6,198,149). Sum of RGB (Red+Green+Blue) = 6+198+149=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #06C695 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C695 is #F9396A. Grayscale: #878787. Windows color (decimal): -16333163 or 9815558. OLE color: 9815558.

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

Color convert

RGB6198149-
CMYK0.9700.250.22
HSL164.69º94.12%40%-
HSV(B)164.69º96.97%77.65%-
XYZ25.6942.635.3-
YUV135.01135.8935.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.70%
GREEN value IS 198 (77.73% from 255) = 56.09%
BLUE value IS 149 (58.59% from 255) = 42.21%
R=1.70%
G=56.09%
B=42.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61981490.9700.250.22164.6994.1240
Hex6C6956101916a55e28
Octal63062251410312624513650
Binary1101100011010010101110000101100110110101001011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,198,149); }

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

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

 a { background-color: rgb(6,198,149); }

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

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

 span { border-color: rgb(6,198,149); }

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