Html Css Color HEX #33ACB7 Pelorous

📋 copy color: '#33ACB7'

red 51 ◦ green 172 ◦ blue 183

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

Shades of Pelorous #33ACB7

Tints of Pelorous #33ACB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.07%

R = 12.56%
G = 42.36%
B = 45.07%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#33ACB7 (or 0x33ACB7) is known color: Pelorous. HEX triplet: 33, AC and B7. RGB value is (51,172,183). Sum of RGB (Red+Green+Blue) = 51+172+183=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #33ACB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACB7 is #CC5348. Grayscale: #888888. Windows color (decimal): -13390665 or 12037171. OLE color: 12037171.

HSL color Cylindrical-coordinate representation of color #33ACB7: hue angle of 185º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33ACB7 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 51 172 183 -
CMYK 0.72 0.06 0 0.28
HSL 185º 0.56% 0.46% -
HSV(B) 185º 0.72% 0.72% -
XYZ 24.67 33.63 49.99 -
YUV 137.08 153.91 66.61 -
System Red Green Blue C M Y K H S L
Decimal 51 172 183 0.72 0.06 0 0.28 185 0.56 0.46
Hex 33 AC B7 48 6 0 1C B9 38 2E
Octal 63 254 267 110 6 0 34 271 70 56
Binary 110011 10101100 10110111 1001000 110 0 11100 10111001 111000 101110

Color Harmonies of #33ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ACB7

Black with #33ACB7

Text Example


Text Example

White with #33ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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