Html Css Color HEX #33AEBC Pelorous

📋 copy color: '#33AEBC'

red 51 ◦ green 174 ◦ blue 188

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

Shades of Pelorous #33AEBC

Tints of Pelorous #33AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 12.35%
G = 42.13%
B = 45.52%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#33AEBC (or 0x33AEBC) is known color: Pelorous. HEX triplet: 33, AE and BC. RGB value is (51,174,188). Sum of RGB (Red+Green+Blue) = 51+174+188=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #33AEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AEBC is #CC5143. Grayscale: #8A8A8A. Windows color (decimal): -13390148 or 12365363. OLE color: 12365363.

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

Color convert

RGB 51 174 188 -
CMYK 0.73 0.07 0 0.26
HSL 186.13º 0.57% 0.47% -
HSV(B) 186.13º 0.73% 0.74% -
XYZ 25.58 34.61 52.91 -
YUV 138.82 155.75 65.36 -
System Red Green Blue C M Y K H S L
Decimal 51 174 188 0.73 0.07 0 0.26 186.13 0.57 0.47
Hex 33 AE BC 49 7 0 1A BA 39 2F
Octal 63 256 274 111 7 0 32 272 71 57
Binary 110011 10101110 10111100 1001001 111 0 11010 10111010 111001 101111

Color Harmonies of #33AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AEBC

Black with #33AEBC

Text Example


Text Example

White with #33AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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