Html Css Color HEX #34ADB9 Pelorous

📋 copy color: '#34ADB9'

red 52 ◦ green 173 ◦ blue 185

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

Shades of Pelorous #34ADB9

Tints of Pelorous #34ADB9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.2%

 BLUE value IS 185 (72.66% from 255) = 45.12%

R = 12.68%
G = 42.2%
B = 45.12%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#34ADB9 (or 0x34ADB9) is known color: Pelorous. HEX triplet: 34, AD and B9. RGB value is (52,173,185). Sum of RGB (Red+Green+Blue) = 52+173+185=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #34ADB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ADB9 is #CB5246. Grayscale: #8A8A8A. Windows color (decimal): -13324871 or 12168500. OLE color: 12168500.

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

Color convert

RGB 52 173 185 -
CMYK 0.72 0.06 0 0.27
HSL 185.41º 0.56% 0.46% -
HSV(B) 185.41º 0.72% 0.73% -
XYZ 25.12 34.12 51.16 -
YUV 138.19 154.41 66.52 -
System Red Green Blue C M Y K H S L
Decimal 52 173 185 0.72 0.06 0 0.27 185.41 0.56 0.46
Hex 34 AD B9 48 6 0 1B B9 38 2E
Octal 64 255 271 110 6 0 33 271 70 56
Binary 110100 10101101 10111001 1001000 110 0 11011 10111001 111000 101110

Color Harmonies of #34ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ADB9

Black with #34ADB9

Text Example


Text Example

White with #34ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,173,185); }

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

background-color css

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

 a { background-color: rgb(52,173,185); }

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

border-color css

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

 span { border-color: rgb(52,173,185); }

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