Html Css Color HEX #33AEBB Pelorous

📋 copy color: '#33AEBB'

red 51 ◦ green 174 ◦ blue 187

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

Shades of Pelorous #33AEBB

Tints of Pelorous #33AEBB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.23%

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 12.38%
G = 42.23%
B = 45.39%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#33AEBB (or 0x33AEBB) is known color: Pelorous. HEX triplet: 33, AE and BB. RGB value is (51,174,187). Sum of RGB (Red+Green+Blue) = 51+174+187=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #33AEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AEBB is #CC5144. Grayscale: #8A8A8A. Windows color (decimal): -13390149 or 12299827. OLE color: 12299827.

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

Color convert

RGB 51 174 187 -
CMYK 0.73 0.07 0 0.27
HSL 185.74º 0.57% 0.47% -
HSV(B) 185.74º 0.73% 0.73% -
XYZ 25.47 34.56 52.34 -
YUV 138.71 155.25 65.44 -
System Red Green Blue C M Y K H S L
Decimal 51 174 187 0.73 0.07 0 0.27 185.74 0.57 0.47
Hex 33 AE BB 49 7 0 1B BA 39 2F
Octal 63 256 273 111 7 0 33 272 71 57
Binary 110011 10101110 10111011 1001001 111 0 11011 10111010 111001 101111

Color Harmonies of #33AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AEBB

Black with #33AEBB

Text Example


Text Example

White with #33AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,174,187); }

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

background-color css

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

 a { background-color: rgb(51,174,187); }

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

border-color css

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

 span { border-color: rgb(51,174,187); }

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