#07DFAF

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

Shades of Caribbean Green #07DFAF

Tints of Caribbean Green #07DFAF

Color information

#07DFAF (or 0x07DFAF) is unknown color: approx Caribbean Green. HEX triplet: 07, DF and AF. RGB value is (7,223,175). Sum of RGB (Red+Green+Blue) = 7+223+175=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #07DFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DFAF is #F82050. Grayscale: #989898. Windows color (decimal): -16261201 or 11525895. OLE color: 11525895.

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

Color convert

RGB7223175-
CMYK0.9700.220.13
HSL166.67º93.91%45.1%-
HSV(B)166.67º96.86%87.45%-
XYZ34.2155.9249.55-
YUV152.94140.4423.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.73%
GREEN value IS 223 (87.5% from 255) = 55.06%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=1.73%
G=55.06%
B=43.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72231750.9700.220.13166.6793.9145.1
Hex7DFAF61016Da75e2d
Octal73372571410261524713655
Binary111110111111010111111000010101101101101001111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,223,175); }

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

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

 a { background-color: rgb(7,223,175); }

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

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

 span { border-color: rgb(7,223,175); }

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