Html Css Color HEX #34ABBB Pelorous

📋 copy color: '#34ABBB'

red 52 ◦ green 171 ◦ blue 187

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

Shades of Pelorous #34ABBB

Tints of Pelorous #34ABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.71%

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

R = 12.68%
G = 41.71%
B = 45.61%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#34ABBB (or 0x34ABBB) is known color: Pelorous. HEX triplet: 34, AB and BB. RGB value is (52,171,187). Sum of RGB (Red+Green+Blue) = 52+171+187=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #34ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ABBB is #CB5444. Grayscale: #898989. Windows color (decimal): -13325381 or 12299060. OLE color: 12299060.

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

Color convert

RGB 52 171 187 -
CMYK 0.72 0.09 0 0.27
HSL 187.11º 0.56% 0.47% -
HSV(B) 187.11º 0.72% 0.73% -
XYZ 24.95 33.44 52.15 -
YUV 137.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 52 171 187 0.72 0.09 0 0.27 187.11 0.56 0.47
Hex 34 AB BB 48 9 0 1B BB 38 2F
Octal 64 253 273 110 11 0 33 273 70 57
Binary 110100 10101011 10111011 1001000 1001 0 11011 10111011 111000 101111

Color Harmonies of #34ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ABBB

Black with #34ABBB

Text Example


Text Example

White with #34ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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