Html Css Color HEX #03D885 Caribbean Green

📋 copy color: '#03D885'

red 3 ◦ green 216 ◦ blue 133

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

Shades of Caribbean Green #03D885

Tints of Caribbean Green #03D885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.78%

R = 0.85%
G = 61.36%
B = 37.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#03D885 (or 0x03D885) is known color: Caribbean Green. HEX triplet: 03, D8 and 85. RGB value is (3,216,133). Sum of RGB (Red+Green+Blue) = 3+216+133=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 216 (84.77% from 255 or 61.36% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 216 - color contains mainly: green. Hex color #03D885 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D885 is #FC277A. Grayscale: #8E8E8E. Windows color (decimal): -16525179 or 8771587. OLE color: 8771587.

HSL color Cylindrical-coordinate representation of color #03D885: hue angle of 156.62º degrees, saturation: 0.97, 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 #03D885 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 216 133 -
CMYK 0.99 0 0.38 0.15
HSL 156.62º 0.97% 0.43% -
HSV(B) 156.62º 0.99% 0.85% -
XYZ 28.83 50.82 30.48 -
YUV 142.85 122.43 28.25 -
System Red Green Blue C M Y K H S L
Decimal 3 216 133 0.99 0 0.38 0.15 156.62 0.97 0.43
Hex 3 D8 85 63 0 26 F 9D 61 2B
Octal 3 330 205 143 0 46 17 235 141 53
Binary 11 11011000 10000101 1100011 0 100110 1111 10011101 1100001 101011

Color Harmonies of #03D885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D885

Black with #03D885

Text Example


Text Example

White with #03D885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,216,133); }

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

background-color css

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

 a { background-color: rgb(3,216,133); }

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

border-color css

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

 span { border-color: rgb(3,216,133); }

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