Html Css Color HEX #33ADB9 Pelorous

📋 copy color: '#33ADB9'

red 51 ◦ green 173 ◦ blue 185

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

Shades of Pelorous #33ADB9

Tints of Pelorous #33ADB9

RGB

 RED value IS 51 (20.31% from 255) = 12.47%

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

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

R = 12.47%
G = 42.3%
B = 45.23%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#33ADB9 (or 0x33ADB9) is known color: Pelorous. HEX triplet: 33, AD and B9. RGB value is (51,173,185). Sum of RGB (Red+Green+Blue) = 51+173+185=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #33ADB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADB9 is #CC5246. Grayscale: #898989. Windows color (decimal): -13390407 or 12168499. OLE color: 12168499.

HSL color Cylindrical-coordinate representation of color #33ADB9: hue angle of 185.37º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33ADB9 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 173 185 -
CMYK 0.72 0.06 0 0.27
HSL 185.37º 0.57% 0.46% -
HSV(B) 185.37º 0.72% 0.73% -
XYZ 25.07 34.09 51.16 -
YUV 137.89 154.58 66.02 -
System Red Green Blue C M Y K H S L
Decimal 51 173 185 0.72 0.06 0 0.27 185.37 0.57 0.46
Hex 33 AD B9 48 6 0 1B B9 39 2E
Octal 63 255 271 110 6 0 33 271 71 56
Binary 110011 10101101 10111001 1001000 110 0 11011 10111001 111001 101110

Color Harmonies of #33ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ADB9

Black with #33ADB9

Text Example


Text Example

White with #33ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33ADB9; }

 p { color: rgb(51,173,185); }

 H1.HeaderClassName
 {
   color: #33ADB9;
 }
 .AnyTagClassName
 {
   color: #33ADB9;
 }
</style>

background-color css

<style>
 a { background-color: #33ADB9; }

 a { background-color: rgb(51,173,185); }

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

border-color css

<style>
 span { border-color: #33ADB9; }

 span { border-color: rgb(51,173,185); }

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