Html Css Color HEX #7DCECD Spray

📋 copy color: '#7DCECD'

red 125 ◦ green 206 ◦ blue 205

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

Shades of Spray #7DCECD

Tints of Spray #7DCECD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.43%

 BLUE value IS 205 (80.47% from 255) = 38.25%

R = 23.32%
G = 38.43%
B = 38.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#7DCECD (or 0x7DCECD) is known color: Spray. HEX triplet: 7D, CE and CD. RGB value is (125,206,205). Sum of RGB (Red+Green+Blue) = 125+206+205=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCECD is #823132. Grayscale: #B5B5B5. Windows color (decimal): -8532275 or 13487741. OLE color: 13487741.

HSL color Cylindrical-coordinate representation of color #7DCECD: hue angle of 179.26º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCECD is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 205 -
CMYK 0.39 0 0.00 0.19
HSL 179.26º 0.45% 0.65% -
HSV(B) 179.26º 0.39% 0.81% -
XYZ 41.55 52.91 65.78 -
YUV 181.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 125 206 205 0.39 0 0.00 0.19 179.26 0.45 0.65
Hex 7D CE CD 27 0 0 13 B3 2D 41
Octal 175 316 315 47 0 0 23 263 55 101
Binary 1111101 11001110 11001101 100111 0 0 10011 10110011 101101 1000001

Color Harmonies of #7DCECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCECD

Black with #7DCECD

Text Example


Text Example

White with #7DCECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,205); }

 H1.HeaderClassName
 {
   color: #7DCECD;
 }
 .AnyTagClassName
 {
   color: #7DCECD;
 }
</style>

background-color css

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

 a { background-color: rgb(125,206,205); }

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

border-color css

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

 span { border-color: rgb(125,206,205); }

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