#03C1A0

Color #03C1A0 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #03C1A0

Tints of Caribbean Green #03C1A0

Color information

#03C1A0 (or 0x03C1A0) is unknown color: approx Caribbean Green. HEX triplet: 03, C1 and A0. RGB value is (3,193,160). Sum of RGB (Red+Green+Blue) = 3+193+160=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #03C1A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C1A0 is #FC3E5F. Grayscale: #848484. Windows color (decimal): -16531040 or 10535171. OLE color: 10535171.

HSL color Cylindrical-coordinate representation of color #03C1A0: hue angle of 169.58º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C1A0 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB3193160-
CMYK0.9800.170.24
HSL169.58º96.94%38.43%-
HSV(B)169.58º98.45%75.69%-
XYZ25.4540.739.77-
YUV132.43143.5535.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.84%
GREEN value IS 193 (75.78% from 255) = 54.21%
BLUE value IS 160 (62.89% from 255) = 44.94%
R=0.84%
G=54.21%
B=44.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31931600.9800.170.24169.5896.9438.43
Hex3C1A06201118aa6126
Octal33012401420213025214146
Binary111100000110100000110001001000111000101010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,193,160); }

 H1.HeaderClassName
 {
   color: #03C1A0;
 }
 .AnyTagClassName
 {
   color: #03C1A0;
 }
</style>
background-color css

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

 a { background-color: rgb(3,193,160); }

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

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

 span { border-color: rgb(3,193,160); }

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