Html Css Color HEX #7DCDCD Spray

📋 copy color: '#7DCDCD'

red 125 ◦ green 205 ◦ blue 205

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

Shades of Spray #7DCDCD

Tints of Spray #7DCDCD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.32%

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

R = 23.36%
G = 38.32%
B = 38.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7DCDCD (or 0x7DCDCD) is known color: Spray. HEX triplet: 7D, CD and CD. RGB value is (125,205,205). Sum of RGB (Red+Green+Blue) = 125+205+205=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #7DCDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDCD is #823232. Grayscale: #B5B5B5. Windows color (decimal): -8532531 or 13487485. OLE color: 13487485.

HSL color Cylindrical-coordinate representation of color #7DCDCD: hue angle of 180º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCDCD is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 205 -
CMYK 0.39 0 0 0.20
HSL 180º 0.44% 0.65% -
HSV(B) 180º 0.39% 0.8% -
XYZ 41.31 52.43 65.7 -
YUV 181.08 141.5 88 -
System Red Green Blue C M Y K H S L
Decimal 125 205 205 0.39 0 0 0.20 180 0.44 0.65
Hex 7D CD CD 27 0 0 14 B4 2C 41
Octal 175 315 315 47 0 0 24 264 54 101
Binary 1111101 11001101 11001101 100111 0 0 10100 10110100 101100 1000001

Color Harmonies of #7DCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCDCD

Black with #7DCDCD

Text Example


Text Example

White with #7DCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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