Html Css Color HEX #06C3AF Caribbean Green

📋 copy color: '#06C3AF'

red 6 ◦ green 195 ◦ blue 175

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

Shades of Caribbean Green #06C3AF

Tints of Caribbean Green #06C3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.86%

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 1.6%
G = 51.86%
B = 46.54%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#06C3AF (or 0x06C3AF) is known color: Caribbean Green. HEX triplet: 06, C3 and AF. RGB value is (6,195,175). Sum of RGB (Red+Green+Blue) = 6+195+175=376 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #06C3AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C3AF is #F93C50. Grayscale: #888888. Windows color (decimal): -16333905 or 11518726. OLE color: 11518726.

HSL color Cylindrical-coordinate representation of color #06C3AF: hue angle of 173.65º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C3AF is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 195 175 -
CMYK 0.97 0 0.10 0.24
HSL 173.65º 0.94% 0.39% -
HSV(B) 173.65º 0.97% 0.76% -
XYZ 27.33 42.16 47.26 -
YUV 136.21 149.88 35.13 -
System Red Green Blue C M Y K H S L
Decimal 6 195 175 0.97 0 0.10 0.24 173.65 0.94 0.39
Hex 6 C3 AF 61 0 A 18 AE 5E 27
Octal 6 303 257 141 0 12 30 256 136 47
Binary 110 11000011 10101111 1100001 0 1010 11000 10101110 1011110 100111

Color Harmonies of #06C3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C3AF

Black with #06C3AF

Text Example


Text Example

White with #06C3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,195,175); }

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

background-color css

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

 a { background-color: rgb(6,195,175); }

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

border-color css

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

 span { border-color: rgb(6,195,175); }

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