Html Css Color HEX #74C3C1 Downy

📋 copy color: '#74C3C1'

red 116 ◦ green 195 ◦ blue 193

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

Shades of Downy #74C3C1

Tints of Downy #74C3C1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

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

R = 23.02%
G = 38.69%
B = 38.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#74C3C1 (or 0x74C3C1) is known color: Downy. HEX triplet: 74, C3 and C1. RGB value is (116,195,193). Sum of RGB (Red+Green+Blue) = 116+195+193=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #74C3C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C3C1 is #8B3C3E. Grayscale: #ABABAB. Windows color (decimal): -9124927 or 12698484. OLE color: 12698484.

HSL color Cylindrical-coordinate representation of color #74C3C1: hue angle of 178.48º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C3C1 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 195 193 -
CMYK 0.41 0 0.01 0.24
HSL 178.48º 0.4% 0.61% -
HSV(B) 178.48º 0.41% 0.76% -
XYZ 36.34 46.59 57.53 -
YUV 171.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 116 195 193 0.41 0 0.01 0.24 178.48 0.4 0.61
Hex 74 C3 C1 29 0 1 18 B2 28 3D
Octal 164 303 301 51 0 1 30 262 50 75
Binary 1110100 11000011 11000001 101001 0 1 11000 10110010 101000 111101

Color Harmonies of #74C3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C3C1

Black with #74C3C1

Text Example


Text Example

White with #74C3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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