Html Css Color HEX #79CFC8 Downy

📋 copy color: '#79CFC8'

red 121 ◦ green 207 ◦ blue 200

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

Shades of Downy #79CFC8

Tints of Downy #79CFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.88%

R = 22.92%
G = 39.2%
B = 37.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#79CFC8 (or 0x79CFC8) is known color: Downy. HEX triplet: 79, CF and C8. RGB value is (121,207,200). Sum of RGB (Red+Green+Blue) = 121+207+200=528 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.92% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #79CFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CFC8 is #863037. Grayscale: #B4B4B4. Windows color (decimal): -8794168 or 13160313. OLE color: 13160313.

HSL color Cylindrical-coordinate representation of color #79CFC8: hue angle of 175.12º 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 #79CFC8 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 207 200 -
CMYK 0.42 0 0.03 0.19
HSL 175.12º 0.47% 0.64% -
HSV(B) 175.12º 0.42% 0.81% -
XYZ 40.62 52.86 62.71 -
YUV 180.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 121 207 200 0.42 0 0.03 0.19 175.12 0.47 0.64
Hex 79 CF C8 2A 0 3 13 AF 2F 40
Octal 171 317 310 52 0 3 23 257 57 100
Binary 1111001 11001111 11001000 101010 0 11 10011 10101111 101111 1000000

Color Harmonies of #79CFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79CFC8

Black with #79CFC8

Text Example


Text Example

White with #79CFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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