#03CF8A

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

Shades of Caribbean Green #03CF8A

Tints of Caribbean Green #03CF8A

Color information

#03CF8A (or 0x03CF8A) is unknown color: approx Caribbean Green. HEX triplet: 03, CF and 8A. RGB value is (3,207,138). Sum of RGB (Red+Green+Blue) = 3+207+138=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 207 (81.25% from 255 or 59.48% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CF8A is #FC3075. Grayscale: #8A8A8A. Windows color (decimal): -16527478 or 9096963. OLE color: 9096963.

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

Color convert

RGB3207138-
CMYK0.9900.330.19
HSL159.71º97.14%41.18%-
HSV(B)159.71º98.55%81.18%-
XYZ26.9446.4831.6-
YUV138.14127.9131.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 207 (81.25% from 255) = 59.48%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=0.86%
G=59.48%
B=39.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal32071380.9900.330.19159.7197.1441.18
Hex3CF8A6302113a06129
Octal33172121430412324014151
Binary1111001111100010101100011010000110011101000001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,207,138); }

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

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

 a { background-color: rgb(3,207,138); }

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

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

 span { border-color: rgb(3,207,138); }

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