Html Css Color HEX #02D192 Caribbean Green

📋 copy color: '#02D192'

red 2 ◦ green 209 ◦ blue 146

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

Shades of Caribbean Green #02D192

Tints of Caribbean Green #02D192

RGB

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

 GREEN value IS 209 (82.03% from 255) = 58.54%

 BLUE value IS 146 (57.42% from 255) = 40.9%

R = 0.56%
G = 58.54%
B = 40.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#02D192 (or 0x02D192) is known color: Caribbean Green. HEX triplet: 02, D1 and 92. RGB value is (2,209,146). Sum of RGB (Red+Green+Blue) = 2+209+146=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #02D192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D192 is #FD2E6D. Grayscale: #8B8B8B. Windows color (decimal): -16592494 or 9621762. OLE color: 9621762.

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

Color convert

RGB 2 209 146 -
CMYK 0.99 0 0.30 0.18
HSL 161.74º 0.98% 0.41% -
HSV(B) 161.74º 0.99% 0.82% -
XYZ 28.01 47.69 34.92 -
YUV 139.93 131.42 29.62 -
System Red Green Blue C M Y K H S L
Decimal 2 209 146 0.99 0 0.30 0.18 161.74 0.98 0.41
Hex 2 D1 92 63 0 1E 12 A2 62 29
Octal 2 321 222 143 0 36 22 242 142 51
Binary 10 11010001 10010010 1100011 0 11110 10010 10100010 1100010 101001

Color Harmonies of #02D192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D192

Black with #02D192

Text Example


Text Example

White with #02D192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,209,146); }

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

background-color css

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

 a { background-color: rgb(2,209,146); }

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

border-color css

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

 span { border-color: rgb(2,209,146); }

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