Html Css Color HEX #74CBBC Downy

📋 copy color: '#74CBBC'

red 116 ◦ green 203 ◦ blue 188

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

Shades of Downy #74CBBC

Tints of Downy #74CBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.04%

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 22.88%
G = 40.04%
B = 37.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#74CBBC (or 0x74CBBC) is known color: Downy. HEX triplet: 74, CB and BC. RGB value is (116,203,188). Sum of RGB (Red+Green+Blue) = 116+203+188=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #74CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CBBC is #8B3443. Grayscale: #AFAFAF. Windows color (decimal): -9122884 or 12372852. OLE color: 12372852.

HSL color Cylindrical-coordinate representation of color #74CBBC: hue angle of 169.66º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CBBC is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 203 188 -
CMYK 0.43 0 0.07 0.20
HSL 169.66º 0.46% 0.63% -
HSV(B) 169.66º 0.43% 0.8% -
XYZ 37.64 50.06 55.26 -
YUV 175.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 116 203 188 0.43 0 0.07 0.20 169.66 0.46 0.63
Hex 74 CB BC 2B 0 7 14 AA 2E 3F
Octal 164 313 274 53 0 7 24 252 56 77
Binary 1110100 11001011 10111100 101011 0 111 10100 10101010 101110 111111

Color Harmonies of #74CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBBC

Black with #74CBBC

Text Example


Text Example

White with #74CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,203,188); }

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

background-color css

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

 a { background-color: rgb(116,203,188); }

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

border-color css

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

 span { border-color: rgb(116,203,188); }

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