#03D3B0

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

Shades of Caribbean Green #03D3B0

Tints of Caribbean Green #03D3B0

Color information

#03D3B0 (or 0x03D3B0) is unknown color: approx Caribbean Green. HEX triplet: 03, D3 and B0. RGB value is (3,211,176). Sum of RGB (Red+Green+Blue) = 3+211+176=390 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #03D3B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D3B0 is #FC2C4F. Grayscale: #909090. Windows color (decimal): -16526416 or 11588355. OLE color: 11588355.

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

Color convert

RGB3211176-
CMYK0.9900.170.17
HSL169.9º97.2%41.96%-
HSV(B)169.9º98.58%82.75%-
XYZ31.1749.7449.03-
YUV144.82145.5926.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.77%
GREEN value IS 211 (82.81% from 255) = 54.10%
BLUE value IS 176 (69.14% from 255) = 45.13%
R=0.77%
G=54.10%
B=45.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal32111760.9900.170.17169.997.241.96
Hex3D3B06301111aa612a
Octal33232601430212125214152
Binary111101001110110000110001101000110001101010101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,211,176); }

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

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

 a { background-color: rgb(3,211,176); }

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

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

 span { border-color: rgb(3,211,176); }

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