#35AEB9

Color #35AEB9 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #35AEB9

Tints of Pelorous #35AEB9

Color information

#35AEB9 (or 0x35AEB9) is unknown color: approx Pelorous. HEX triplet: 35, AE and B9. RGB value is (53,174,185). Sum of RGB (Red+Green+Blue) = 53+174+185=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #35AEB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AEB9 is #CA5146. Grayscale: #8A8A8A. Windows color (decimal): -13259079 or 12168757. OLE color: 12168757.

HSL color Cylindrical-coordinate representation of color #35AEB9: hue angle of 185º 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 #35AEB9 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53174185-
CMYK0.710.0600.27
HSL185º55.46%46.67%-
HSV(B)185º71.35%72.55%-
XYZ25.3634.5351.23-
YUV139.07153.9166.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.86%
GREEN value IS 174 (68.36% from 255) = 42.23%
BLUE value IS 185 (72.66% from 255) = 44.90%
R=12.86%
G=42.23%
B=44.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531741850.710.0600.2718555.4646.67
Hex35AEB947601Bb9372f
Octal6525627110760332716757
Binary1101011010111010111001100011111001101110111001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #35AEB9;
 }
 .AnyTagClassName
 {
   color: #35AEB9;
 }
</style>
background-color css

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

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

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

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

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

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