#03CC7B

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

Shades of Caribbean Green #03CC7B

Tints of Caribbean Green #03CC7B

Color information

#03CC7B (or 0x03CC7B) is unknown color: approx Caribbean Green. HEX triplet: 03, CC and 7B. RGB value is (3,204,123). Sum of RGB (Red+Green+Blue) = 3+204+123=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 204 (80.08% from 255 or 61.82% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CC7B is #FC3384. Grayscale: #868686. Windows color (decimal): -16528261 or 8113155. OLE color: 8113155.

HSL color Cylindrical-coordinate representation of color #03CC7B: hue angle of 155.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC7B is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB3204123-
CMYK0.9900.400.2
HSL155.82º97.1%40.59%-
HSV(B)155.82º98.53%80%-
XYZ25.2144.6426.03-
YUV134.67121.4134.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 204 (80.08% from 255) = 61.82%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=0.91%
G=61.82%
B=37.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal32041230.9900.400.2155.8297.140.59
Hex3CC7B63028149c6129
Octal33141731430502423414151
Binary111100110011110111100011010100010100100111001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,204,123); }

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

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

 a { background-color: rgb(3,204,123); }

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

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

 span { border-color: rgb(3,204,123); }

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