Html Css Color HEX #34ABBC Pelorous

📋 copy color: '#34ABBC'

red 52 ◦ green 171 ◦ blue 188

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

Shades of Pelorous #34ABBC

Tints of Pelorous #34ABBC

RGB

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

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

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

R = 12.65%
G = 41.61%
B = 45.74%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#34ABBC (or 0x34ABBC) is known color: Pelorous. HEX triplet: 34, AB and BC. RGB value is (52,171,188). Sum of RGB (Red+Green+Blue) = 52+171+188=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #34ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ABBC is #CB5443. Grayscale: #898989. Windows color (decimal): -13325380 or 12364596. OLE color: 12364596.

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

Color convert

RGB 52 171 188 -
CMYK 0.72 0.09 0 0.26
HSL 187.5º 0.57% 0.47% -
HSV(B) 187.5º 0.72% 0.74% -
XYZ 25.06 33.49 52.72 -
YUV 137.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 52 171 188 0.72 0.09 0 0.26 187.5 0.57 0.47
Hex 34 AB BC 48 9 0 1A BC 39 2F
Octal 64 253 274 110 11 0 32 274 71 57
Binary 110100 10101011 10111100 1001000 1001 0 11010 10111100 111001 101111

Color Harmonies of #34ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ABBC

Black with #34ABBC

Text Example


Text Example

White with #34ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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