Html Css Color HEX #327E7B Atoll

📋 copy color: '#327E7B'

red 50 ◦ green 126 ◦ blue 123

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

Shades of Atoll #327E7B

Tints of Atoll #327E7B

RGB

 RED value IS 50 (19.92% from 255) = 16.72%

 GREEN value IS 126 (49.61% from 255) = 42.14%

 BLUE value IS 123 (48.44% from 255) = 41.14%

R = 16.72%
G = 42.14%
B = 41.14%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#327E7B (or 0x327E7B) is known color: Atoll. HEX triplet: 32, 7E and 7B. RGB value is (50,126,123). Sum of RGB (Red+Green+Blue) = 50+126+123=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #327E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E7B is #CD8184. Grayscale: #666666. Windows color (decimal): -13468037 or 8093234. OLE color: 8093234.

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

Color convert

RGB 50 126 123 -
CMYK 0.60 0 0.02 0.51
HSL 177.63º 0.43% 0.35% -
HSV(B) 177.63º 0.6% 0.49% -
XYZ 12.35 17.03 21.38 -
YUV 102.93 139.32 90.24 -
System Red Green Blue C M Y K H S L
Decimal 50 126 123 0.60 0 0.02 0.51 177.63 0.43 0.35
Hex 32 7E 7B 3C 0 2 33 B2 2B 23
Octal 62 176 173 74 0 2 63 262 53 43
Binary 110010 1111110 1111011 111100 0 10 110011 10110010 101011 100011

Color Harmonies of #327E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E7B

Black with #327E7B

Text Example


Text Example

White with #327E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327E7B; }

 p { color: rgb(50,126,123); }

 H1.HeaderClassName
 {
   color: #327E7B;
 }
 .AnyTagClassName
 {
   color: #327E7B;
 }
</style>

background-color css

<style>
 a { background-color: #327E7B; }

 a { background-color: rgb(50,126,123); }

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

border-color css

<style>
 span { border-color: #327E7B; }

 span { border-color: rgb(50,126,123); }

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