Html Css Color HEX #03DE96 Caribbean Green

📋 copy color: '#03DE96'

red 3 ◦ green 222 ◦ blue 150

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

Shades of Caribbean Green #03DE96

Tints of Caribbean Green #03DE96

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.2%

 BLUE value IS 150 (58.98% from 255) = 40%

R = 0.8%
G = 59.2%
B = 40%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#03DE96 (or 0x03DE96) is known color: Caribbean Green. HEX triplet: 03, DE and 96. RGB value is (3,222,150). Sum of RGB (Red+Green+Blue) = 3+222+150=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 222 (87.11% from 255 or 59.2% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 222 - color contains mainly: green. Hex color #03DE96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DE96 is #FC2169. Grayscale: #949494. Windows color (decimal): -16523626 or 9887235. OLE color: 9887235.

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

Color convert

RGB 3 222 150 -
CMYK 0.99 0 0.32 0.13
HSL 160.27º 0.97% 0.44% -
HSV(B) 160.27º 0.99% 0.87% -
XYZ 31.66 54.46 37.7 -
YUV 148.31 128.95 24.35 -
System Red Green Blue C M Y K H S L
Decimal 3 222 150 0.99 0 0.32 0.13 160.27 0.97 0.44
Hex 3 DE 96 63 0 20 D A0 61 2C
Octal 3 336 226 143 0 40 15 240 141 54
Binary 11 11011110 10010110 1100011 0 100000 1101 10100000 1100001 101100

Color Harmonies of #03DE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DE96

Black with #03DE96

Text Example


Text Example

White with #03DE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,222,150); }

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

background-color css

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

 a { background-color: rgb(3,222,150); }

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

border-color css

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

 span { border-color: rgb(3,222,150); }

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