Html Css Color HEX #7CCA8F De York

📋 copy color: '#7CCA8F'

red 124 ◦ green 202 ◦ blue 143

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

Shades of De York #7CCA8F

Tints of De York #7CCA8F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

 BLUE value IS 143 (56.25% from 255) = 30.49%

R = 26.44%
G = 43.07%
B = 30.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#7CCA8F (or 0x7CCA8F) is known color: De York. HEX triplet: 7C, CA and 8F. RGB value is (124,202,143). Sum of RGB (Red+Green+Blue) = 124+202+143=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCA8F is #833570. Grayscale: #ACACAC. Windows color (decimal): -8598897 or 9423484. OLE color: 9423484.

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

Color convert

RGB 124 202 143 -
CMYK 0.39 0 0.29 0.21
HSL 134.62º 0.42% 0.64% -
HSV(B) 134.62º 0.39% 0.79% -
XYZ 34.39 48.51 33.54 -
YUV 171.95 111.66 93.8 -
System Red Green Blue C M Y K H S L
Decimal 124 202 143 0.39 0 0.29 0.21 134.62 0.42 0.64
Hex 7C CA 8F 27 0 1D 15 87 2A 40
Octal 174 312 217 47 0 35 25 207 52 100
Binary 1111100 11001010 10001111 100111 0 11101 10101 10000111 101010 1000000

Color Harmonies of #7CCA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCA8F

Black with #7CCA8F

Text Example


Text Example

White with #7CCA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,202,143); }

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

background-color css

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

 a { background-color: rgb(124,202,143); }

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

border-color css

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

 span { border-color: rgb(124,202,143); }

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