Html Css Color HEX #75CBBC Downy

📋 copy color: '#75CBBC'

red 117 ◦ green 203 ◦ blue 188

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

Shades of Downy #75CBBC

Tints of Downy #75CBBC

RGB

 RED value IS 117 (46.09% from 255) = 23.03%

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

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

R = 23.03%
G = 39.96%
B = 37.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#75CBBC (or 0x75CBBC) is known color: Downy. HEX triplet: 75, CB and BC. RGB value is (117,203,188). Sum of RGB (Red+Green+Blue) = 117+203+188=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #75CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBBC is #8A3443. Grayscale: #AFAFAF. Windows color (decimal): -9057348 or 12372853. OLE color: 12372853.

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

Color convert

RGB 117 203 188 -
CMYK 0.42 0 0.07 0.20
HSL 169.53º 0.45% 0.63% -
HSV(B) 169.53º 0.42% 0.8% -
XYZ 37.77 50.12 55.26 -
YUV 175.58 135.01 86.22 -
System Red Green Blue C M Y K H S L
Decimal 117 203 188 0.42 0 0.07 0.20 169.53 0.45 0.63
Hex 75 CB BC 2A 0 7 14 AA 2D 3F
Octal 165 313 274 52 0 7 24 252 55 77
Binary 1110101 11001011 10111100 101010 0 111 10100 10101010 101101 111111

Color Harmonies of #75CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CBBC

Black with #75CBBC

Text Example


Text Example

White with #75CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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