#33A8BE

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

Shades of Pelorous #33A8BE

Tints of Pelorous #33A8BE

Color information

#33A8BE (or 0x33A8BE) is unknown color: approx Pelorous. HEX triplet: 33, A8 and BE. RGB value is (51,168,190). Sum of RGB (Red+Green+Blue) = 51+168+190=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #33A8BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A8BE is #CC5741. Grayscale: #878787. Windows color (decimal): -13391682 or 12494899. OLE color: 12494899.

HSL color Cylindrical-coordinate representation of color #33A8BE: hue angle of 189.5º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33A8BE is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51168190-
CMYK0.730.1200.25
HSL189.5º57.68%47.25%-
HSV(B)189.5º73.16%74.51%-
XYZ24.6632.4353.67-
YUV135.52158.7467.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.47%
GREEN value IS 168 (66.02% from 255) = 41.08%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=12.47%
G=41.08%
B=46.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511681900.730.1200.25189.557.6847.25
Hex33A8BE49C019bd3a2f
Octal63250276111140312757257
Binary11001110101000101111101001001110001100110111101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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