Html Css Color HEX #33ACC0 Pelorous

📋 copy color: '#33ACC0'

red 51 ◦ green 172 ◦ blue 192

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

Shades of Pelorous #33ACC0

Tints of Pelorous #33ACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

 BLUE value IS 192 (75.39% from 255) = 46.27%

R = 12.29%
G = 41.45%
B = 46.27%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#33ACC0 (or 0x33ACC0) is known color: Pelorous. HEX triplet: 33, AC and C0. RGB value is (51,172,192). Sum of RGB (Red+Green+Blue) = 51+172+192=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #33ACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACC0 is #CC533F. Grayscale: #898989. Windows color (decimal): -13390656 or 12626995. OLE color: 12626995.

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

Color convert

RGB 51 172 192 -
CMYK 0.73 0.10 0 0.25
HSL 188.51º 0.58% 0.48% -
HSV(B) 188.51º 0.73% 0.75% -
XYZ 25.63 34.01 55.08 -
YUV 138.1 158.41 65.87 -
System Red Green Blue C M Y K H S L
Decimal 51 172 192 0.73 0.10 0 0.25 188.51 0.58 0.48
Hex 33 AC C0 49 A 0 19 BD 3A 30
Octal 63 254 300 111 12 0 31 275 72 60
Binary 110011 10101100 11000000 1001001 1010 0 11001 10111101 111010 110000

Color Harmonies of #33ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ACC0

Black with #33ACC0

Text Example


Text Example

White with #33ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,172,192); }

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

background-color css

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

 a { background-color: rgb(51,172,192); }

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

border-color css

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

 span { border-color: rgb(51,172,192); }

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