Html Css Color HEX #75CEBA Downy

📋 copy color: '#75CEBA'

red 117 ◦ green 206 ◦ blue 186

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

Shades of Downy #75CEBA

Tints of Downy #75CEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.47%

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 22.99%
G = 40.47%
B = 36.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#75CEBA (or 0x75CEBA) is known color: Downy. HEX triplet: 75, CE and BA. RGB value is (117,206,186). Sum of RGB (Red+Green+Blue) = 117+206+186=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CEBA is #8A3145. Grayscale: #B1B1B1. Windows color (decimal): -9056582 or 12242549. OLE color: 12242549.

HSL color Cylindrical-coordinate representation of color #75CEBA: hue angle of 166.52º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CEBA is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 186 -
CMYK 0.43 0 0.10 0.19
HSL 166.52º 0.48% 0.63% -
HSV(B) 166.52º 0.43% 0.81% -
XYZ 38.27 51.47 54.37 -
YUV 177.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 117 206 186 0.43 0 0.10 0.19 166.52 0.48 0.63
Hex 75 CE BA 2B 0 A 13 A7 30 3F
Octal 165 316 272 53 0 12 23 247 60 77
Binary 1110101 11001110 10111010 101011 0 1010 10011 10100111 110000 111111

Color Harmonies of #75CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CEBA

Black with #75CEBA

Text Example


Text Example

White with #75CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,186); }

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

background-color css

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

 a { background-color: rgb(117,206,186); }

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

border-color css

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

 span { border-color: rgb(117,206,186); }

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