Html Css Color HEX #35A0AE Pelorous

📋 copy color: '#35A0AE'

red 53 ◦ green 160 ◦ blue 174

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

Shades of Pelorous #35A0AE

Tints of Pelorous #35A0AE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.34%

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 13.7%
G = 41.34%
B = 44.96%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#35A0AE (or 0x35A0AE) is known color: Pelorous. HEX triplet: 35, A0 and AE. RGB value is (53,160,174). Sum of RGB (Red+Green+Blue) = 53+160+174=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #35A0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A0AE is #CA5F51. Grayscale: #818181. Windows color (decimal): -13262674 or 11444277. OLE color: 11444277.

HSL color Cylindrical-coordinate representation of color #35A0AE: hue angle of 186.94º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35A0AE is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 160 174 -
CMYK 0.70 0.08 0 0.32
HSL 186.94º 0.53% 0.45% -
HSV(B) 186.94º 0.7% 0.68% -
XYZ 21.68 28.95 44.49 -
YUV 129.6 153.05 73.36 -
System Red Green Blue C M Y K H S L
Decimal 53 160 174 0.70 0.08 0 0.32 186.94 0.53 0.45
Hex 35 A0 AE 46 8 0 20 BB 35 2D
Octal 65 240 256 106 10 0 40 273 65 55
Binary 110101 10100000 10101110 1000110 1000 0 100000 10111011 110101 101101

Color Harmonies of #35A0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A0AE

Black with #35A0AE

Text Example


Text Example

White with #35A0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,160,174); }

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

background-color css

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

 a { background-color: rgb(53,160,174); }

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

border-color css

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

 span { border-color: rgb(53,160,174); }

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