Html Css Color HEX #02C3A6 Caribbean Green

📋 copy color: '#02C3A6'

red 2 ◦ green 195 ◦ blue 166

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

Shades of Caribbean Green #02C3A6

Tints of Caribbean Green #02C3A6

RGB

 RED value IS 2 (1.17% from 255) = 0.55%

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

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 0.55%
G = 53.72%
B = 45.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#02C3A6 (or 0x02C3A6) is known color: Caribbean Green. HEX triplet: 02, C3 and A6. RGB value is (2,195,166). Sum of RGB (Red+Green+Blue) = 2+195+166=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #02C3A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C3A6 is #FD3C59. Grayscale: #858585. Windows color (decimal): -16596058 or 10928898. OLE color: 10928898.

HSL color Cylindrical-coordinate representation of color #02C3A6: hue angle of 170.98º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C3A6 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 195 166 -
CMYK 0.99 0 0.15 0.24
HSL 170.98º 0.98% 0.39% -
HSV(B) 170.98º 0.99% 0.76% -
XYZ 26.42 41.8 42.75 -
YUV 133.99 146.06 33.86 -
System Red Green Blue C M Y K H S L
Decimal 2 195 166 0.99 0 0.15 0.24 170.98 0.98 0.39
Hex 2 C3 A6 63 0 F 18 AB 62 27
Octal 2 303 246 143 0 17 30 253 142 47
Binary 10 11000011 10100110 1100011 0 1111 11000 10101011 1100010 100111

Color Harmonies of #02C3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C3A6

Black with #02C3A6

Text Example


Text Example

White with #02C3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02C3A6; }

 p { color: rgb(2,195,166); }

 H1.HeaderClassName
 {
   color: #02C3A6;
 }
 .AnyTagClassName
 {
   color: #02C3A6;
 }
</style>

background-color css

<style>
 a { background-color: #02C3A6; }

 a { background-color: rgb(2,195,166); }

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

border-color css

<style>
 span { border-color: #02C3A6; }

 span { border-color: rgb(2,195,166); }

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