Html Css Color HEX #35ADB9 Pelorous

📋 copy color: '#35ADB9'

red 53 ◦ green 173 ◦ blue 185

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

Shades of Pelorous #35ADB9

Tints of Pelorous #35ADB9

RGB

 RED value IS 53 (21.09% from 255) = 12.9%

 GREEN value IS 173 (67.97% from 255) = 42.09%

 BLUE value IS 185 (72.66% from 255) = 45.01%

R = 12.9%
G = 42.09%
B = 45.01%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#35ADB9 (or 0x35ADB9) is known color: Pelorous. HEX triplet: 35, AD and B9. RGB value is (53,173,185). Sum of RGB (Red+Green+Blue) = 53+173+185=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #35ADB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ADB9 is #CA5246. Grayscale: #8A8A8A. Windows color (decimal): -13259335 or 12168501. OLE color: 12168501.

HSL color Cylindrical-coordinate representation of color #35ADB9: hue angle of 185.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35ADB9 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 173 185 -
CMYK 0.71 0.06 0 0.27
HSL 185.45º 0.55% 0.47% -
HSV(B) 185.45º 0.71% 0.73% -
XYZ 25.17 34.15 51.16 -
YUV 138.49 154.24 67.02 -
System Red Green Blue C M Y K H S L
Decimal 53 173 185 0.71 0.06 0 0.27 185.45 0.55 0.47
Hex 35 AD B9 47 6 0 1B B9 37 2F
Octal 65 255 271 107 6 0 33 271 67 57
Binary 110101 10101101 10111001 1000111 110 0 11011 10111001 110111 101111

Color Harmonies of #35ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ADB9

Black with #35ADB9

Text Example


Text Example

White with #35ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35ADB9; }

 p { color: rgb(53,173,185); }

 H1.HeaderClassName
 {
   color: #35ADB9;
 }
 .AnyTagClassName
 {
   color: #35ADB9;
 }
</style>

background-color css

<style>
 a { background-color: #35ADB9; }

 a { background-color: rgb(53,173,185); }

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

border-color css

<style>
 span { border-color: #35ADB9; }

 span { border-color: rgb(53,173,185); }

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