#07D7A8

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

Shades of Caribbean Green #07D7A8

Tints of Caribbean Green #07D7A8

Color information

#07D7A8 (or 0x07D7A8) is unknown color: approx Caribbean Green. HEX triplet: 07, D7 and A8. RGB value is (7,215,168). Sum of RGB (Red+Green+Blue) = 7+215+168=390 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 390); Green value is 215 (84.38% from 255 or 55.13% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 215 - color contains mainly: green. Hex color #07D7A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D7A8 is #F82857. Grayscale: #939393. Windows color (decimal): -16263256 or 11065095. OLE color: 11065095.

HSL color Cylindrical-coordinate representation of color #07D7A8: hue angle of 166.44º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D7A8 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB7215168-
CMYK0.9700.220.16
HSL166.44º93.69%43.53%-
HSV(B)166.44º96.74%84.31%-
XYZ31.4651.4745.32-
YUV147.45139.5927.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.79%
GREEN value IS 215 (84.38% from 255) = 55.13%
BLUE value IS 168 (66.02% from 255) = 43.08%
R=1.79%
G=55.13%
B=43.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72151680.9700.220.16166.4493.6943.53
Hex7D7A86101610a65e2c
Octal73272501410262024613654
Binary1111101011110101000110000101011010000101001101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07D7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07D7A8; }

 p { color: rgb(7,215,168); }

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

<style>
 a { background-color: #07D7A8; }

 a { background-color: rgb(7,215,168); }

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

<style>
 span { border-color: #07D7A8; }

 span { border-color: rgb(7,215,168); }

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