Html Css Color HEX #36ADB7 Pelorous

📋 copy color: '#36ADB7'

red 54 ◦ green 173 ◦ blue 183

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

Shades of Pelorous #36ADB7

Tints of Pelorous #36ADB7

RGB

 RED value IS 54 (21.48% from 255) = 13.17%

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

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

R = 13.17%
G = 42.2%
B = 44.63%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#36ADB7 (or 0x36ADB7) is known color: Pelorous. HEX triplet: 36, AD and B7. RGB value is (54,173,183). Sum of RGB (Red+Green+Blue) = 54+173+183=410 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.17% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #36ADB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36ADB7 is #C95248. Grayscale: #8A8A8A. Windows color (decimal): -13193801 or 12037430. OLE color: 12037430.

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

Color convert

RGB 54 173 183 -
CMYK 0.70 0.05 0 0.28
HSL 184.65º 0.54% 0.46% -
HSV(B) 184.65º 0.7% 0.72% -
XYZ 25.01 34.09 50.06 -
YUV 138.56 153.08 67.69 -
System Red Green Blue C M Y K H S L
Decimal 54 173 183 0.70 0.05 0 0.28 184.65 0.54 0.46
Hex 36 AD B7 46 5 0 1C B9 36 2E
Octal 66 255 267 106 5 0 34 271 66 56
Binary 110110 10101101 10110111 1000110 101 0 11100 10111001 110110 101110

Color Harmonies of #36ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ADB7

Black with #36ADB7

Text Example


Text Example

White with #36ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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