Html Css Color HEX #03DB82 Caribbean Green

📋 copy color: '#03DB82'

red 3 ◦ green 219 ◦ blue 130

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

Shades of Caribbean Green #03DB82

Tints of Caribbean Green #03DB82

RGB

 RED value IS 3 (1.56% from 255) = 0.85%

 GREEN value IS 219 (85.94% from 255) = 62.22%

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 0.85%
G = 62.22%
B = 36.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#03DB82 (or 0x03DB82) is known color: Caribbean Green. HEX triplet: 03, DB and 82. RGB value is (3,219,130). Sum of RGB (Red+Green+Blue) = 3+219+130=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 219 (85.94% from 255 or 62.22% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DB82 is #FC247D. Grayscale: #909090. Windows color (decimal): -16524414 or 8575747. OLE color: 8575747.

HSL color Cylindrical-coordinate representation of color #03DB82: hue angle of 155.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DB82 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 219 130 -
CMYK 0.99 0 0.41 0.14
HSL 155.28º 0.97% 0.44% -
HSV(B) 155.28º 0.99% 0.86% -
XYZ 29.4 52.29 29.66 -
YUV 144.27 119.94 27.24 -
System Red Green Blue C M Y K H S L
Decimal 3 219 130 0.99 0 0.41 0.14 155.28 0.97 0.44
Hex 3 DB 82 63 0 29 E 9B 61 2C
Octal 3 333 202 143 0 51 16 233 141 54
Binary 11 11011011 10000010 1100011 0 101001 1110 10011011 1100001 101100

Color Harmonies of #03DB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DB82

Black with #03DB82

Text Example


Text Example

White with #03DB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03DB82; }

 p { color: rgb(3,219,130); }

 H1.HeaderClassName
 {
   color: #03DB82;
 }
 .AnyTagClassName
 {
   color: #03DB82;
 }
</style>

background-color css

<style>
 a { background-color: #03DB82; }

 a { background-color: rgb(3,219,130); }

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

border-color css

<style>
 span { border-color: #03DB82; }

 span { border-color: rgb(3,219,130); }

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