Html Css Color HEX #7CC4C9 Spray

📋 copy color: '#7CC4C9'

red 124 ◦ green 196 ◦ blue 201

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

Shades of Spray #7CC4C9

Tints of Spray #7CC4C9

RGB

 RED value IS 124 (48.83% from 255) = 23.8%

 GREEN value IS 196 (76.95% from 255) = 37.62%

 BLUE value IS 201 (78.91% from 255) = 38.58%

R = 23.8%
G = 37.62%
B = 38.58%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7CC4C9 (or 0x7CC4C9) is known color: Spray. HEX triplet: 7C, C4 and C9. RGB value is (124,196,201). Sum of RGB (Red+Green+Blue) = 124+196+201=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: blue. Hex color #7CC4C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC4C9 is #833B36. Grayscale: #AEAEAE. Windows color (decimal): -8600375 or 13223036. OLE color: 13223036.

HSL color Cylindrical-coordinate representation of color #7CC4C9: hue angle of 183.9º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC4C9 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 196 201 -
CMYK 0.38 0.02 0 0.21
HSL 183.9º 0.42% 0.64% -
HSV(B) 183.9º 0.38% 0.79% -
XYZ 38.59 47.98 62.49 -
YUV 175.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 124 196 201 0.38 0.02 0 0.21 183.9 0.42 0.64
Hex 7C C4 C9 26 2 0 15 B8 2A 40
Octal 174 304 311 46 2 0 25 270 52 100
Binary 1111100 11000100 11001001 100110 10 0 10101 10111000 101010 1000000

Color Harmonies of #7CC4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC4C9

Black with #7CC4C9

Text Example


Text Example

White with #7CC4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,196,201); }

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

background-color css

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

 a { background-color: rgb(124,196,201); }

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

border-color css

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

 span { border-color: rgb(124,196,201); }

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