Html Css Color HEX #02DA9B Caribbean Green

📋 copy color: '#02DA9B'

red 2 ◦ green 218 ◦ blue 155

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

Shades of Caribbean Green #02DA9B

Tints of Caribbean Green #02DA9B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 58.13%

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 0.53%
G = 58.13%
B = 41.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#02DA9B (or 0x02DA9B) is known color: Caribbean Green. HEX triplet: 02, DA and 9B. RGB value is (2,218,155). Sum of RGB (Red+Green+Blue) = 2+218+155=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #02DA9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DA9B is #FD2564. Grayscale: #929292. Windows color (decimal): -16590181 or 10213890. OLE color: 10213890.

HSL color Cylindrical-coordinate representation of color #02DA9B: hue angle of 162.5º 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 #02DA9B is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 218 155 -
CMYK 0.99 0 0.29 0.15
HSL 162.5º 0.98% 0.43% -
HSV(B) 162.5º 0.99% 0.85% -
XYZ 31.01 52.52 39.51 -
YUV 146.23 132.94 25.12 -
System Red Green Blue C M Y K H S L
Decimal 2 218 155 0.99 0 0.29 0.15 162.5 0.98 0.43
Hex 2 DA 9B 63 0 1D F A2 62 2B
Octal 2 332 233 143 0 35 17 242 142 53
Binary 10 11011010 10011011 1100011 0 11101 1111 10100010 1100010 101011

Color Harmonies of #02DA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DA9B

Black with #02DA9B

Text Example


Text Example

White with #02DA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,218,155); }

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

background-color css

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

 a { background-color: rgb(2,218,155); }

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

border-color css

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

 span { border-color: rgb(2,218,155); }

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