Html Css Color HEX #74CFBE Downy

📋 copy color: '#74CFBE'

red 116 ◦ green 207 ◦ blue 190

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

Shades of Downy #74CFBE

Tints of Downy #74CFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 22.61%
G = 40.35%
B = 37.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#74CFBE (or 0x74CFBE) is known color: Downy. HEX triplet: 74, CF and BE. RGB value is (116,207,190). Sum of RGB (Red+Green+Blue) = 116+207+190=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFBE is #8B3041. Grayscale: #B1B1B1. Windows color (decimal): -9121858 or 12504948. OLE color: 12504948.

HSL color Cylindrical-coordinate representation of color #74CFBE: hue angle of 168.79º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CFBE is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 207 190 -
CMYK 0.44 0 0.08 0.19
HSL 168.79º 0.49% 0.63% -
HSV(B) 168.79º 0.44% 0.81% -
XYZ 38.81 52.06 56.72 -
YUV 177.85 134.85 83.88 -
System Red Green Blue C M Y K H S L
Decimal 116 207 190 0.44 0 0.08 0.19 168.79 0.49 0.63
Hex 74 CF BE 2C 0 8 13 A9 31 3F
Octal 164 317 276 54 0 10 23 251 61 77
Binary 1110100 11001111 10111110 101100 0 1000 10011 10101001 110001 111111

Color Harmonies of #74CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFBE

Black with #74CFBE

Text Example


Text Example

White with #74CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,207,190); }

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

background-color css

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

 a { background-color: rgb(116,207,190); }

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

border-color css

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

 span { border-color: rgb(116,207,190); }

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