#7DCACB

Color #7DCACB Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7DCACB

Tints of Spray #7DCACB

Color information

#7DCACB (or 0x7DCACB) is unknown color: approx Spray. HEX triplet: 7D, CA and CB. RGB value is (125,202,203). Sum of RGB (Red+Green+Blue) = 125+202+203=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DCACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCACB is #823534. Grayscale: #B3B3B3. Windows color (decimal): -8533301 or 13355645. OLE color: 13355645.

HSL color Cylindrical-coordinate representation of color #7DCACB: hue angle of 180.77º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCACB is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125202203-
CMYK0.380.0000.20
HSL180.77º42.86%64.31%-
HSV(B)180.77º38.42%79.61%-
XYZ40.3650.9164.2-
YUV179.09141.4989.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.58%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=23.58%
G=38.11%
B=38.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252022030.380.0000.20180.7742.8664.31
Hex7DCACB260014b52b40
Octal17531231346002426553100
Binary111110111001010110010111001100010100101101011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DCACB; }

 p { color: rgb(125,202,203); }

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

<style>
 a { background-color: #7DCACB; }

 a { background-color: rgb(125,202,203); }

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

<style>
 span { border-color: #7DCACB; }

 span { border-color: rgb(125,202,203); }

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