#33A8B1

Color #33A8B1 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #33A8B1

Tints of Pelorous #33A8B1

Color information

#33A8B1 (or 0x33A8B1) is unknown color: approx Pelorous. HEX triplet: 33, A8 and B1. RGB value is (51,168,177). Sum of RGB (Red+Green+Blue) = 51+168+177=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #33A8B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A8B1 is #CC574E. Grayscale: #858585. Windows color (decimal): -13391695 or 11642931. OLE color: 11642931.

HSL color Cylindrical-coordinate representation of color #33A8B1: hue angle of 184.29º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33A8B1 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51168177-
CMYK0.710.0500.31
HSL184.29º55.26%44.71%-
HSV(B)184.29º71.19%69.41%-
XYZ23.331.8846.52-
YUV134.04152.2468.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.88%
GREEN value IS 168 (66.02% from 255) = 42.42%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=12.88%
G=42.42%
B=44.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511681770.710.0500.31184.2955.2644.71
Hex33A8B147501Fb8372d
Octal6325026110750372706755
Binary1100111010100010110001100011110101111110111000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,168,177); }

 H1.HeaderClassName
 {
   color: #33A8B1;
 }
 .AnyTagClassName
 {
   color: #33A8B1;
 }
</style>
background-color css

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

 a { background-color: rgb(51,168,177); }

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

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

 span { border-color: rgb(51,168,177); }

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