Html Css Color HEX #34AEBB Pelorous

📋 copy color: '#34AEBB'

red 52 ◦ green 174 ◦ blue 187

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

Shades of Pelorous #34AEBB

Tints of Pelorous #34AEBB

RGB

 RED value IS 52 (20.7% from 255) = 12.59%

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

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

R = 12.59%
G = 42.13%
B = 45.28%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#34AEBB (or 0x34AEBB) is known color: Pelorous. HEX triplet: 34, AE and BB. RGB value is (52,174,187). Sum of RGB (Red+Green+Blue) = 52+174+187=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #34AEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AEBB is #CB5144. Grayscale: #8A8A8A. Windows color (decimal): -13324613 or 12299828. OLE color: 12299828.

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

Color convert

RGB 52 174 187 -
CMYK 0.72 0.07 0 0.27
HSL 185.78º 0.56% 0.47% -
HSV(B) 185.78º 0.72% 0.73% -
XYZ 25.52 34.59 52.35 -
YUV 139 155.08 65.94 -
System Red Green Blue C M Y K H S L
Decimal 52 174 187 0.72 0.07 0 0.27 185.78 0.56 0.47
Hex 34 AE BB 48 7 0 1B BA 38 2F
Octal 64 256 273 110 7 0 33 272 70 57
Binary 110100 10101110 10111011 1001000 111 0 11011 10111010 111000 101111

Color Harmonies of #34AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AEBB

Black with #34AEBB

Text Example


Text Example

White with #34AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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