Html Css Color HEX #35ACB9 Pelorous

📋 copy color: '#35ACB9'

red 53 ◦ green 172 ◦ blue 185

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

Shades of Pelorous #35ACB9

Tints of Pelorous #35ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.95%

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

R = 12.93%
G = 41.95%
B = 45.12%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#35ACB9 (or 0x35ACB9) is known color: Pelorous. HEX triplet: 35, AC and B9. RGB value is (53,172,185). Sum of RGB (Red+Green+Blue) = 53+172+185=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #35ACB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ACB9 is #CA5346. Grayscale: #898989. Windows color (decimal): -13259591 or 12168245. OLE color: 12168245.

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

Color convert

RGB 53 172 185 -
CMYK 0.71 0.07 0 0.27
HSL 185.91º 0.55% 0.47% -
HSV(B) 185.91º 0.71% 0.73% -
XYZ 24.98 33.76 51.1 -
YUV 137.9 154.58 67.44 -
System Red Green Blue C M Y K H S L
Decimal 53 172 185 0.71 0.07 0 0.27 185.91 0.55 0.47
Hex 35 AC B9 47 7 0 1B BA 37 2F
Octal 65 254 271 107 7 0 33 272 67 57
Binary 110101 10101100 10111001 1000111 111 0 11011 10111010 110111 101111

Color Harmonies of #35ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ACB9

Black with #35ACB9

Text Example


Text Example

White with #35ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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