Html Css Color HEX #74CFBB Downy

📋 copy color: '#74CFBB'

red 116 ◦ green 207 ◦ blue 187

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

Shades of Downy #74CFBB

Tints of Downy #74CFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 22.75%
G = 40.59%
B = 36.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#74CFBB (or 0x74CFBB) is known color: Downy. HEX triplet: 74, CF and BB. RGB value is (116,207,187). Sum of RGB (Red+Green+Blue) = 116+207+187=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFBB is #8B3044. Grayscale: #B1B1B1. Windows color (decimal): -9121861 or 12308340. OLE color: 12308340.

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

Color convert

RGB 116 207 187 -
CMYK 0.44 0 0.10 0.19
HSL 166.81º 0.49% 0.63% -
HSV(B) 166.81º 0.44% 0.81% -
XYZ 38.48 51.93 55.01 -
YUV 177.51 133.35 84.13 -
System Red Green Blue C M Y K H S L
Decimal 116 207 187 0.44 0 0.10 0.19 166.81 0.49 0.63
Hex 74 CF BB 2C 0 A 13 A7 31 3F
Octal 164 317 273 54 0 12 23 247 61 77
Binary 1110100 11001111 10111011 101100 0 1010 10011 10100111 110001 111111

Color Harmonies of #74CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFBB

Black with #74CFBB

Text Example


Text Example

White with #74CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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