Html Css Color HEX #02D88A Caribbean Green

📋 copy color: '#02D88A'

red 2 ◦ green 216 ◦ blue 138

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

Shades of Caribbean Green #02D88A

Tints of Caribbean Green #02D88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.67%

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 0.56%
G = 60.67%
B = 38.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#02D88A (or 0x02D88A) is known color: Caribbean Green. HEX triplet: 02, D8 and 8A. RGB value is (2,216,138). Sum of RGB (Red+Green+Blue) = 2+216+138=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #02D88A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D88A is #FD2775. Grayscale: #8F8F8F. Windows color (decimal): -16590710 or 9099266. OLE color: 9099266.

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

Color convert

RGB 2 216 138 -
CMYK 0.99 0 0.36 0.15
HSL 158.13º 0.98% 0.43% -
HSV(B) 158.13º 0.99% 0.85% -
XYZ 29.17 50.96 32.34 -
YUV 143.12 125.1 27.34 -
System Red Green Blue C M Y K H S L
Decimal 2 216 138 0.99 0 0.36 0.15 158.13 0.98 0.43
Hex 2 D8 8A 63 0 24 F 9E 62 2B
Octal 2 330 212 143 0 44 17 236 142 53
Binary 10 11011000 10001010 1100011 0 100100 1111 10011110 1100010 101011

Color Harmonies of #02D88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D88A

Black with #02D88A

Text Example


Text Example

White with #02D88A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,216,138); }

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

background-color css

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

 a { background-color: rgb(2,216,138); }

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

border-color css

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

 span { border-color: rgb(2,216,138); }

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