Html Css Color HEX #02D6AF Caribbean Green

📋 copy color: '#02D6AF'

red 2 ◦ green 214 ◦ blue 175

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

Shades of Caribbean Green #02D6AF

Tints of Caribbean Green #02D6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.73%

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

R = 0.51%
G = 54.73%
B = 44.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#02D6AF (or 0x02D6AF) is known color: Caribbean Green. HEX triplet: 02, D6 and AF. RGB value is (2,214,175). Sum of RGB (Red+Green+Blue) = 2+214+175=391 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 391); Green value is 214 (83.98% from 255 or 54.73% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 214 - color contains mainly: green. Hex color #02D6AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D6AF is #FD2950. Grayscale: #929292. Windows color (decimal): -16591185 or 11523586. OLE color: 11523586.

HSL color Cylindrical-coordinate representation of color #02D6AF: hue angle of 168.96º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D6AF is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 214 175 -
CMYK 0.99 0 0.18 0.16
HSL 168.96º 0.98% 0.42% -
HSV(B) 168.96º 0.99% 0.84% -
XYZ 31.81 51.2 48.76 -
YUV 146.17 144.26 25.17 -
System Red Green Blue C M Y K H S L
Decimal 2 214 175 0.99 0 0.18 0.16 168.96 0.98 0.42
Hex 2 D6 AF 63 0 12 10 A9 62 2A
Octal 2 326 257 143 0 22 20 251 142 52
Binary 10 11010110 10101111 1100011 0 10010 10000 10101001 1100010 101010

Color Harmonies of #02D6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D6AF

Black with #02D6AF

Text Example


Text Example

White with #02D6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,214,175); }

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

background-color css

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

 a { background-color: rgb(2,214,175); }

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

border-color css

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

 span { border-color: rgb(2,214,175); }

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