Html Css Color HEX #34827E Atoll

📋 copy color: '#34827E'

red 52 ◦ green 130 ◦ blue 126

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

Shades of Atoll #34827E

Tints of Atoll #34827E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.21%

 BLUE value IS 126 (49.61% from 255) = 40.91%

R = 16.88%
G = 42.21%
B = 40.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#34827E (or 0x34827E) is known color: Atoll. HEX triplet: 34, 82 and 7E. RGB value is (52,130,126). Sum of RGB (Red+Green+Blue) = 52+130+126=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #34827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34827E is #CB7D81. Grayscale: #6A6A6A. Windows color (decimal): -13335938 or 8290868. OLE color: 8290868.

HSL color Cylindrical-coordinate representation of color #34827E: hue angle of 176.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34827E is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 126 -
CMYK 0.60 0 0.03 0.49
HSL 176.92º 0.43% 0.36% -
HSV(B) 176.92º 0.6% 0.51% -
XYZ 13.16 18.2 22.56 -
YUV 106.22 139.16 89.33 -
System Red Green Blue C M Y K H S L
Decimal 52 130 126 0.60 0 0.03 0.49 176.92 0.43 0.36
Hex 34 82 7E 3C 0 3 31 B1 2B 24
Octal 64 202 176 74 0 3 61 261 53 44
Binary 110100 10000010 1111110 111100 0 11 110001 10110001 101011 100100

Color Harmonies of #34827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34827E

Black with #34827E

Text Example


Text Example

White with #34827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34827E; }

 p { color: rgb(52,130,126); }

 H1.HeaderClassName
 {
   color: #34827E;
 }
 .AnyTagClassName
 {
   color: #34827E;
 }
</style>

background-color css

<style>
 a { background-color: #34827E; }

 a { background-color: rgb(52,130,126); }

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

border-color css

<style>
 span { border-color: #34827E; }

 span { border-color: rgb(52,130,126); }

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