Html Css Color HEX #34ADBB Pelorous

📋 copy color: '#34ADBB'

red 52 ◦ green 173 ◦ blue 187

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

Shades of Pelorous #34ADBB

Tints of Pelorous #34ADBB

RGB

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

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

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

R = 12.62%
G = 41.99%
B = 45.39%

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

#34ADBB (or 0x34ADBB) is known color: Pelorous. HEX triplet: 34, AD and BB. RGB value is (52,173,187). Sum of RGB (Red+Green+Blue) = 52+173+187=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 173 (67.97% from 255 or 41.99% 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 #34ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ADBB is #CB5244. Grayscale: #8A8A8A. Windows color (decimal): -13324869 or 12299572. OLE color: 12299572.

HSL color Cylindrical-coordinate representation of color #34ADBB: hue angle of 186.22º 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 #34ADBB is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 173 187 -
CMYK 0.72 0.07 0 0.27
HSL 186.22º 0.56% 0.47% -
HSV(B) 186.22º 0.72% 0.73% -
XYZ 25.33 34.21 52.28 -
YUV 138.42 155.41 66.36 -
System Red Green Blue C M Y K H S L
Decimal 52 173 187 0.72 0.07 0 0.27 186.22 0.56 0.47
Hex 34 AD BB 48 7 0 1B BA 38 2F
Octal 64 255 273 110 7 0 33 272 70 57
Binary 110100 10101101 10111011 1001000 111 0 11011 10111010 111000 101111

Color Harmonies of #34ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ADBB

Black with #34ADBB

Text Example


Text Example

White with #34ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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