Html Css Color HEX #35ADB7 Pelorous

📋 copy color: '#35ADB7'

red 53 ◦ green 173 ◦ blue 183

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

Shades of Pelorous #35ADB7

Tints of Pelorous #35ADB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.74%

R = 12.96%
G = 42.3%
B = 44.74%

CMYK

 C value IS 0.71

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#35ADB7 (or 0x35ADB7) is known color: Pelorous. HEX triplet: 35, AD and B7. RGB value is (53,173,183). Sum of RGB (Red+Green+Blue) = 53+173+183=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 183 - color contains mainly: blue. Hex color #35ADB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ADB7 is #CA5248. Grayscale: #8A8A8A. Windows color (decimal): -13259337 or 12037429. OLE color: 12037429.

HSL color Cylindrical-coordinate representation of color #35ADB7: hue angle of 184.62º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35ADB7 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 53 173 183 -
CMYK 0.71 0.05 0 0.28
HSL 184.62º 0.55% 0.46% -
HSV(B) 184.62º 0.71% 0.72% -
XYZ 24.96 34.06 50.06 -
YUV 138.26 153.24 67.19 -
System Red Green Blue C M Y K H S L
Decimal 53 173 183 0.71 0.05 0 0.28 184.62 0.55 0.46
Hex 35 AD B7 47 5 0 1C B9 37 2E
Octal 65 255 267 107 5 0 34 271 67 56
Binary 110101 10101101 10110111 1000111 101 0 11100 10111001 110111 101110

Color Harmonies of #35ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ADB7

Black with #35ADB7

Text Example


Text Example

White with #35ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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