Html Css Color HEX #03D58F Caribbean Green

📋 copy color: '#03D58F'

red 3 ◦ green 213 ◦ blue 143

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

Shades of Caribbean Green #03D58F

Tints of Caribbean Green #03D58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.83%

R = 0.84%
G = 59.33%
B = 39.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#03D58F (or 0x03D58F) is known color: Caribbean Green. HEX triplet: 03, D5 and 8F. RGB value is (3,213,143). Sum of RGB (Red+Green+Blue) = 3+213+143=359 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #03D58F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D58F is #FC2A70. Grayscale: #8E8E8E. Windows color (decimal): -16525937 or 9426179. OLE color: 9426179.

HSL color Cylindrical-coordinate representation of color #03D58F: hue angle of 160º 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 #03D58F is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 213 143 -
CMYK 0.99 0 0.33 0.16
HSL 160º 0.97% 0.42% -
HSV(B) 160º 0.99% 0.84% -
XYZ 28.79 49.59 34.04 -
YUV 142.23 128.43 28.69 -
System Red Green Blue C M Y K H S L
Decimal 3 213 143 0.99 0 0.33 0.16 160 0.97 0.42
Hex 3 D5 8F 63 0 21 10 A0 61 2A
Octal 3 325 217 143 0 41 20 240 141 52
Binary 11 11010101 10001111 1100011 0 100001 10000 10100000 1100001 101010

Color Harmonies of #03D58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D58F

Black with #03D58F

Text Example


Text Example

White with #03D58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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