Html Css Color HEX #74C5C1 Downy

📋 copy color: '#74C5C1'

red 116 ◦ green 197 ◦ blue 193

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

Shades of Downy #74C5C1

Tints of Downy #74C5C1

RGB

 RED value IS 116 (45.7% from 255) = 22.92%

 GREEN value IS 197 (77.34% from 255) = 38.93%

 BLUE value IS 193 (75.78% from 255) = 38.14%

R = 22.92%
G = 38.93%
B = 38.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#74C5C1 (or 0x74C5C1) is known color: Downy. HEX triplet: 74, C5 and C1. RGB value is (116,197,193). Sum of RGB (Red+Green+Blue) = 116+197+193=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #74C5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C5C1 is #8B3A3E. Grayscale: #ACACAC. Windows color (decimal): -9124415 or 12698996. OLE color: 12698996.

HSL color Cylindrical-coordinate representation of color #74C5C1: hue angle of 177.04º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C5C1 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 197 193 -
CMYK 0.41 0 0.02 0.23
HSL 177.04º 0.41% 0.61% -
HSV(B) 177.04º 0.41% 0.77% -
XYZ 36.79 47.5 57.68 -
YUV 172.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 116 197 193 0.41 0 0.02 0.23 177.04 0.41 0.61
Hex 74 C5 C1 29 0 2 17 B1 29 3D
Octal 164 305 301 51 0 2 27 261 51 75
Binary 1110100 11000101 11000001 101001 0 10 10111 10110001 101001 111101

Color Harmonies of #74C5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C5C1

Black with #74C5C1

Text Example


Text Example

White with #74C5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74C5C1; }

 p { color: rgb(116,197,193); }

 H1.HeaderClassName
 {
   color: #74C5C1;
 }
 .AnyTagClassName
 {
   color: #74C5C1;
 }
</style>

background-color css

<style>
 a { background-color: #74C5C1; }

 a { background-color: rgb(116,197,193); }

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

border-color css

<style>
 span { border-color: #74C5C1; }

 span { border-color: rgb(116,197,193); }

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