Html Css Color HEX #7DCCCC Spray

📋 copy color: '#7DCCCC'

red 125 ◦ green 204 ◦ blue 204

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

Shades of Spray #7DCCCC

Tints of Spray #7DCCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.27%

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 23.45%
G = 38.27%
B = 38.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7DCCCC (or 0x7DCCCC) is known color: Spray. HEX triplet: 7D, CC and CC. RGB value is (125,204,204). Sum of RGB (Red+Green+Blue) = 125+204+204=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #7DCCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCCC is #823333. Grayscale: #B4B4B4. Windows color (decimal): -8532788 or 13421693. OLE color: 13421693.

HSL color Cylindrical-coordinate representation of color #7DCCCC: 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 #7DCCCC is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 204 -
CMYK 0.39 0 0 0.2
HSL 180º 0.44% 0.65% -
HSV(B) 180º 0.39% 0.8% -
XYZ 40.95 51.91 64.99 -
YUV 180.38 141.33 88.5 -
System Red Green Blue C M Y K H S L
Decimal 125 204 204 0.39 0 0 0.2 180 0.44 0.65
Hex 7D CC CC 27 0 0 14 B4 2C 41
Octal 175 314 314 47 0 0 24 264 54 101
Binary 1111101 11001100 11001100 100111 0 0 10100 10110100 101100 1000001

Color Harmonies of #7DCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCCC

Black with #7DCCCC

Text Example


Text Example

White with #7DCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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