Html Css Color HEX #7DCACB Spray

📋 copy color: '#7DCACB'

red 125 ◦ green 202 ◦ blue 203

#7DCACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #7DCACB

Tints of Spray #7DCACB

RGB

 RED value IS 125 (49.22% from 255) = 23.58%

 GREEN value IS 202 (79.3% from 255) = 38.11%

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 23.58%
G = 38.11%
B = 38.3%

CMYK

 C value IS 0.38

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7DCACB (or 0x7DCACB) is known color: 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

RGB 125 202 203 -
CMYK 0.38 0.00 0 0.20
HSL 180.77º 0.43% 0.64% -
HSV(B) 180.77º 0.38% 0.8% -
XYZ 40.36 50.91 64.2 -
YUV 179.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 125 202 203 0.38 0.00 0 0.20 180.77 0.43 0.64
Hex 7D CA CB 26 0 0 14 B5 2B 40
Octal 175 312 313 46 0 0 24 265 53 100
Binary 1111101 11001010 11001011 100110 0 0 10100 10110101 101011 1000000

Color Harmonies of #7DCACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCACB

Black with #7DCACB

Text Example


Text Example

White with #7DCACB

Text Example


Text Example

HTML Codes & Css Web 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>