Html Css Color HEX #7FCCCC Spray

📋 copy color: '#7FCCCC'

red 127 ◦ green 204 ◦ blue 204

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

Shades of Spray #7FCCCC

Tints of Spray #7FCCCC

RGB

 RED value IS 127 (50% from 255) = 23.74%

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

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

R = 23.74%
G = 38.13%
B = 38.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7FCCCC (or 0x7FCCCC) is known color: Spray. HEX triplet: 7F, CC and CC. RGB value is (127,204,204). Sum of RGB (Red+Green+Blue) = 127+204+204=535 (70% of max value = 765). Red value is 127 (50% from 255 or 23.74% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #7FCCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCCC is #803333. Grayscale: #B4B4B4. Windows color (decimal): -8401716 or 13421695. OLE color: 13421695.

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

Color convert

RGB 127 204 204 -
CMYK 0.38 0 0 0.2
HSL 180º 0.43% 0.65% -
HSV(B) 180º 0.38% 0.8% -
XYZ 41.24 52.06 65 -
YUV 180.98 140.99 89.5 -
System Red Green Blue C M Y K H S L
Decimal 127 204 204 0.38 0 0 0.2 180 0.43 0.65
Hex 7F CC CC 26 0 0 14 B4 2B 41
Octal 177 314 314 46 0 0 24 264 53 101
Binary 1111111 11001100 11001100 100110 0 0 10100 10110100 101011 1000001

Color Harmonies of #7FCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCCCC

Black with #7FCCCC

Text Example


Text Example

White with #7FCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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