Html Css Color HEX #74DCCF Downy

📋 copy color: '#74DCCF'

red 116 ◦ green 220 ◦ blue 207

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

Shades of Downy #74DCCF

Tints of Downy #74DCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.52%

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 21.36%
G = 40.52%
B = 38.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#74DCCF (or 0x74DCCF) is known color: Downy. HEX triplet: 74, DC and CF. RGB value is (116,220,207). Sum of RGB (Red+Green+Blue) = 116+220+207=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCCF is #8B2330. Grayscale: #BBBBBB. Windows color (decimal): -9118513 or 13622388. OLE color: 13622388.

HSL color Cylindrical-coordinate representation of color #74DCCF: hue angle of 172.5º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCCF is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 207 -
CMYK 0.47 0 0.06 0.14
HSL 172.5º 0.6% 0.66% -
HSV(B) 172.5º 0.47% 0.86% -
XYZ 44.06 59.4 68.18 -
YUV 187.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 116 220 207 0.47 0 0.06 0.14 172.5 0.6 0.66
Hex 74 DC CF 2F 0 6 E AC 3C 42
Octal 164 334 317 57 0 6 16 254 74 102
Binary 1110100 11011100 11001111 101111 0 110 1110 10101100 111100 1000010

Color Harmonies of #74DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCCF

Black with #74DCCF

Text Example


Text Example

White with #74DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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