Html Css Color HEX #75CBBD Downy

📋 copy color: '#75CBBD'

red 117 ◦ green 203 ◦ blue 189

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

Shades of Downy #75CBBD

Tints of Downy #75CBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.13%

R = 22.99%
G = 39.88%
B = 37.13%

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

#75CBBD (or 0x75CBBD) is known color: Downy. HEX triplet: 75, CB and BD. RGB value is (117,203,189). Sum of RGB (Red+Green+Blue) = 117+203+189=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #75CBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBBD is #8A3442. Grayscale: #AFAFAF. Windows color (decimal): -9057347 or 12438389. OLE color: 12438389.

HSL color Cylindrical-coordinate representation of color #75CBBD: hue angle of 170.23º 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 #75CBBD is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 203 189 -
CMYK 0.42 0 0.07 0.20
HSL 170.23º 0.45% 0.63% -
HSV(B) 170.23º 0.42% 0.8% -
XYZ 37.88 50.17 55.83 -
YUV 175.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 117 203 189 0.42 0 0.07 0.20 170.23 0.45 0.63
Hex 75 CB BD 2A 0 7 14 AA 2D 3F
Octal 165 313 275 52 0 7 24 252 55 77
Binary 1110101 11001011 10111101 101010 0 111 10100 10101010 101101 111111

Color Harmonies of #75CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CBBD

Black with #75CBBD

Text Example


Text Example

White with #75CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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