Html Css Color HEX #7CC7CB Spray

📋 copy color: '#7CC7CB'

red 124 ◦ green 199 ◦ blue 203

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

Shades of Spray #7CC7CB

Tints of Spray #7CC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.83%

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 23.57%
G = 37.83%
B = 38.59%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7CC7CB (or 0x7CC7CB) is known color: Spray. HEX triplet: 7C, C7 and CB. RGB value is (124,199,203). Sum of RGB (Red+Green+Blue) = 124+199+203=526 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.57% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #7CC7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC7CB is #833834. Grayscale: #B0B0B0. Windows color (decimal): -8599605 or 13354876. OLE color: 13354876.

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

Color convert

RGB 124 199 203 -
CMYK 0.39 0.02 0 0.20
HSL 183.04º 0.43% 0.64% -
HSV(B) 183.04º 0.39% 0.8% -
XYZ 39.52 49.44 63.96 -
YUV 177.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 124 199 203 0.39 0.02 0 0.20 183.04 0.43 0.64
Hex 7C C7 CB 27 2 0 14 B7 2B 40
Octal 174 307 313 47 2 0 24 267 53 100
Binary 1111100 11000111 11001011 100111 10 0 10100 10110111 101011 1000000

Color Harmonies of #7CC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC7CB

Black with #7CC7CB

Text Example


Text Example

White with #7CC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,199,203); }

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

background-color css

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

 a { background-color: rgb(124,199,203); }

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

border-color css

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

 span { border-color: rgb(124,199,203); }

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