Html Css Color HEX #03C585 Caribbean Green

📋 copy color: '#03C585'

red 3 ◦ green 197 ◦ blue 133

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

Shades of Caribbean Green #03C585

Tints of Caribbean Green #03C585

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.16%

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

R = 0.9%
G = 59.16%
B = 39.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#03C585 (or 0x03C585) is known color: Caribbean Green. HEX triplet: 03, C5 and 85. RGB value is (3,197,133). Sum of RGB (Red+Green+Blue) = 3+197+133=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #03C585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C585 is #FC3A7A. Grayscale: #838383. Windows color (decimal): -16530043 or 8766723. OLE color: 8766723.

HSL color Cylindrical-coordinate representation of color #03C585: hue angle of 160.21º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C585 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 197 133 -
CMYK 0.98 0 0.32 0.23
HSL 160.21º 0.97% 0.39% -
HSV(B) 160.21º 0.98% 0.77% -
XYZ 24.24 41.65 28.95 -
YUV 131.7 128.73 36.2 -
System Red Green Blue C M Y K H S L
Decimal 3 197 133 0.98 0 0.32 0.23 160.21 0.97 0.39
Hex 3 C5 85 62 0 20 17 A0 61 27
Octal 3 305 205 142 0 40 27 240 141 47
Binary 11 11000101 10000101 1100010 0 100000 10111 10100000 1100001 100111

Color Harmonies of #03C585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C585

Black with #03C585

Text Example


Text Example

White with #03C585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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