Html Css Color HEX #03D5AD Caribbean Green

📋 copy color: '#03D5AD'

red 3 ◦ green 213 ◦ blue 173

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

Shades of Caribbean Green #03D5AD

Tints of Caribbean Green #03D5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.76%

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 0.77%
G = 54.76%
B = 44.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#03D5AD (or 0x03D5AD) is known color: Caribbean Green. HEX triplet: 03, D5 and AD. RGB value is (3,213,173). Sum of RGB (Red+Green+Blue) = 3+213+173=389 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #03D5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D5AD is #FC2A52. Grayscale: #919191. Windows color (decimal): -16525907 or 11392259. OLE color: 11392259.

HSL color Cylindrical-coordinate representation of color #03D5AD: hue angle of 168.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D5AD is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 213 173 -
CMYK 0.99 0 0.19 0.16
HSL 168.57º 0.97% 0.42% -
HSV(B) 168.57º 0.99% 0.84% -
XYZ 31.37 50.62 47.65 -
YUV 145.65 143.43 26.25 -
System Red Green Blue C M Y K H S L
Decimal 3 213 173 0.99 0 0.19 0.16 168.57 0.97 0.42
Hex 3 D5 AD 63 0 13 10 A9 61 2A
Octal 3 325 255 143 0 23 20 251 141 52
Binary 11 11010101 10101101 1100011 0 10011 10000 10101001 1100001 101010

Color Harmonies of #03D5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D5AD

Black with #03D5AD

Text Example


Text Example

White with #03D5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,213,173); }

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

background-color css

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

 a { background-color: rgb(3,213,173); }

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

border-color css

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

 span { border-color: rgb(3,213,173); }

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