Html Css Color HEX #368184 Atoll

📋 copy color: '#368184'

red 54 ◦ green 129 ◦ blue 132

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

Shades of Atoll #368184

Tints of Atoll #368184

RGB

 RED value IS 54 (21.48% from 255) = 17.14%

 GREEN value IS 129 (50.78% from 255) = 40.95%

 BLUE value IS 132 (51.95% from 255) = 41.9%

R = 17.14%
G = 40.95%
B = 41.9%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#368184 (or 0x368184) is known color: Atoll. HEX triplet: 36, 81 and 84. RGB value is (54,129,132). Sum of RGB (Red+Green+Blue) = 54+129+132=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #368184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368184 is #C97E7B. Grayscale: #6A6A6A. Windows color (decimal): -13205116 or 8683830. OLE color: 8683830.

HSL color Cylindrical-coordinate representation of color #368184: hue angle of 182.31º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368184 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 129 132 -
CMYK 0.59 0.02 0 0.48
HSL 182.31º 0.42% 0.36% -
HSV(B) 182.31º 0.59% 0.52% -
XYZ 13.54 18.15 24.62 -
YUV 106.92 142.15 90.26 -
System Red Green Blue C M Y K H S L
Decimal 54 129 132 0.59 0.02 0 0.48 182.31 0.42 0.36
Hex 36 81 84 3B 2 0 30 B6 2A 24
Octal 66 201 204 73 2 0 60 266 52 44
Binary 110110 10000001 10000100 111011 10 0 110000 10110110 101010 100100

Color Harmonies of #368184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368184

Black with #368184

Text Example


Text Example

White with #368184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368184; }

 p { color: rgb(54,129,132); }

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

background-color css

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

 a { background-color: rgb(54,129,132); }

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

border-color css

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

 span { border-color: rgb(54,129,132); }

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