Html Css Color HEX #33ADBB Pelorous

📋 copy color: '#33ADBB'

red 51 ◦ green 173 ◦ blue 187

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

Shades of Pelorous #33ADBB

Tints of Pelorous #33ADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 12.41%
G = 42.09%
B = 45.5%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#33ADBB (or 0x33ADBB) is known color: Pelorous. HEX triplet: 33, AD and BB. RGB value is (51,173,187). Sum of RGB (Red+Green+Blue) = 51+173+187=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #33ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADBB is #CC5244. Grayscale: #898989. Windows color (decimal): -13390405 or 12299571. OLE color: 12299571.

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

Color convert

RGB 51 173 187 -
CMYK 0.73 0.07 0 0.27
HSL 186.18º 0.57% 0.47% -
HSV(B) 186.18º 0.73% 0.73% -
XYZ 25.28 34.18 52.28 -
YUV 138.12 155.58 65.86 -
System Red Green Blue C M Y K H S L
Decimal 51 173 187 0.73 0.07 0 0.27 186.18 0.57 0.47
Hex 33 AD BB 49 7 0 1B BA 39 2F
Octal 63 255 273 111 7 0 33 272 71 57
Binary 110011 10101101 10111011 1001001 111 0 11011 10111010 111001 101111

Color Harmonies of #33ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ADBB

Black with #33ADBB

Text Example


Text Example

White with #33ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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