Html Css Color HEX #33ABBA Pelorous

📋 copy color: '#33ABBA'

red 51 ◦ green 171 ◦ blue 186

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

Shades of Pelorous #33ABBA

Tints of Pelorous #33ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 12.5%
G = 41.91%
B = 45.59%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#33ABBA (or 0x33ABBA) is known color: Pelorous. HEX triplet: 33, AB and BA. RGB value is (51,171,186). Sum of RGB (Red+Green+Blue) = 51+171+186=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #33ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ABBA is #CC5445. Grayscale: #888888. Windows color (decimal): -13390918 or 12233523. OLE color: 12233523.

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

Color convert

RGB 51 171 186 -
CMYK 0.73 0.08 0 0.27
HSL 186.67º 0.57% 0.46% -
HSV(B) 186.67º 0.73% 0.73% -
XYZ 24.79 33.37 51.59 -
YUV 136.83 155.74 66.78 -
System Red Green Blue C M Y K H S L
Decimal 51 171 186 0.73 0.08 0 0.27 186.67 0.57 0.46
Hex 33 AB BA 49 8 0 1B BB 39 2E
Octal 63 253 272 111 10 0 33 273 71 56
Binary 110011 10101011 10111010 1001001 1000 0 11011 10111011 111001 101110

Color Harmonies of #33ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ABBA

Black with #33ABBA

Text Example


Text Example

White with #33ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,171,186); }

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

background-color css

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

 a { background-color: rgb(51,171,186); }

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

border-color css

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

 span { border-color: rgb(51,171,186); }

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