Html Css Color HEX #35A2AD Pelorous

📋 copy color: '#35A2AD'

red 53 ◦ green 162 ◦ blue 173

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

Shades of Pelorous #35A2AD

Tints of Pelorous #35A2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.75%

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 13.66%
G = 41.75%
B = 44.59%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#35A2AD (or 0x35A2AD) is known color: Pelorous. HEX triplet: 35, A2 and AD. RGB value is (53,162,173). Sum of RGB (Red+Green+Blue) = 53+162+173=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #35A2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A2AD is #CA5D52. Grayscale: #828282. Windows color (decimal): -13262163 or 11379253. OLE color: 11379253.

HSL color Cylindrical-coordinate representation of color #35A2AD: hue angle of 185.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A2AD is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 162 173 -
CMYK 0.69 0.06 0 0.32
HSL 185.5º 0.53% 0.44% -
HSV(B) 185.5º 0.69% 0.68% -
XYZ 21.93 29.61 44.1 -
YUV 130.66 151.89 72.61 -
System Red Green Blue C M Y K H S L
Decimal 53 162 173 0.69 0.06 0 0.32 185.5 0.53 0.44
Hex 35 A2 AD 45 6 0 20 BA 35 2C
Octal 65 242 255 105 6 0 40 272 65 54
Binary 110101 10100010 10101101 1000101 110 0 100000 10111010 110101 101100

Color Harmonies of #35A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A2AD

Black with #35A2AD

Text Example


Text Example

White with #35A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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