Html Css Color HEX #74CFCD Downy

📋 copy color: '#74CFCD'

red 116 ◦ green 207 ◦ blue 205

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

Shades of Downy #74CFCD

Tints of Downy #74CFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 21.97%
G = 39.2%
B = 38.83%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#74CFCD (or 0x74CFCD) is known color: Downy. HEX triplet: 74, CF and CD. RGB value is (116,207,205). Sum of RGB (Red+Green+Blue) = 116+207+205=528 (69% of max value = 765). Red value is 116 (45.70% from 255 or 21.97% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFCD is #8B3032. Grayscale: #B3B3B3. Windows color (decimal): -9121843 or 13487988. OLE color: 13487988.

HSL color Cylindrical-coordinate representation of color #74CFCD: hue angle of 178.68º 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 #74CFCD is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 207 205 -
CMYK 0.44 0 0.01 0.19
HSL 178.68º 0.49% 0.63% -
HSV(B) 178.68º 0.44% 0.81% -
XYZ 40.53 52.75 65.8 -
YUV 179.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 116 207 205 0.44 0 0.01 0.19 178.68 0.49 0.63
Hex 74 CF CD 2C 0 1 13 B3 31 3F
Octal 164 317 315 54 0 1 23 263 61 77
Binary 1110100 11001111 11001101 101100 0 1 10011 10110011 110001 111111

Color Harmonies of #74CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFCD

Black with #74CFCD

Text Example


Text Example

White with #74CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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