Html Css Color HEX #79CFCA Downy

📋 copy color: '#79CFCA'

red 121 ◦ green 207 ◦ blue 202

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

Shades of Downy #79CFCA

Tints of Downy #79CFCA

RGB

 RED value IS 121 (47.66% from 255) = 22.83%

 GREEN value IS 207 (81.25% from 255) = 39.06%

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 22.83%
G = 39.06%
B = 38.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#79CFCA (or 0x79CFCA) is known color: Downy. HEX triplet: 79, CF and CA. RGB value is (121,207,202). Sum of RGB (Red+Green+Blue) = 121+207+202=530 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.83% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #79CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CFCA is #863035. Grayscale: #B4B4B4. Windows color (decimal): -8794166 or 13291385. OLE color: 13291385.

HSL color Cylindrical-coordinate representation of color #79CFCA: hue angle of 176.51º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79CFCA is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 207 202 -
CMYK 0.42 0 0.02 0.19
HSL 176.51º 0.47% 0.64% -
HSV(B) 176.51º 0.42% 0.81% -
XYZ 40.86 52.95 63.94 -
YUV 180.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 121 207 202 0.42 0 0.02 0.19 176.51 0.47 0.64
Hex 79 CF CA 2A 0 2 13 B1 2F 40
Octal 171 317 312 52 0 2 23 261 57 100
Binary 1111001 11001111 11001010 101010 0 10 10011 10110001 101111 1000000

Color Harmonies of #79CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79CFCA

Black with #79CFCA

Text Example


Text Example

White with #79CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79CFCA; }

 p { color: rgb(121,207,202); }

 H1.HeaderClassName
 {
   color: #79CFCA;
 }
 .AnyTagClassName
 {
   color: #79CFCA;
 }
</style>

background-color css

<style>
 a { background-color: #79CFCA; }

 a { background-color: rgb(121,207,202); }

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

border-color css

<style>
 span { border-color: #79CFCA; }

 span { border-color: rgb(121,207,202); }

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