Html Css Color HEX #368682 Atoll

📋 copy color: '#368682'

red 54 ◦ green 134 ◦ blue 130

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

Shades of Atoll #368682

Tints of Atoll #368682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.14%

 BLUE value IS 130 (51.17% from 255) = 40.88%

R = 16.98%
G = 42.14%
B = 40.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#368682 (or 0x368682) is known color: Atoll. HEX triplet: 36, 86 and 82. RGB value is (54,134,130). Sum of RGB (Red+Green+Blue) = 54+134+130=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #368682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368682 is #C9797D. Grayscale: #6D6D6D. Windows color (decimal): -13203838 or 8554038. OLE color: 8554038.

HSL color Cylindrical-coordinate representation of color #368682: hue angle of 177º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368682 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 134 130 -
CMYK 0.60 0 0.03 0.47
HSL 177º 0.43% 0.37% -
HSV(B) 177º 0.6% 0.53% -
XYZ 14.08 19.45 24.13 -
YUV 109.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 54 134 130 0.60 0 0.03 0.47 177 0.43 0.37
Hex 36 86 82 3C 0 3 2F B1 2B 25
Octal 66 206 202 74 0 3 57 261 53 45
Binary 110110 10000110 10000010 111100 0 11 101111 10110001 101011 100101

Color Harmonies of #368682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368682

Black with #368682

Text Example


Text Example

White with #368682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368682; }

 p { color: rgb(54,134,130); }

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

background-color css

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

 a { background-color: rgb(54,134,130); }

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

border-color css

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

 span { border-color: rgb(54,134,130); }

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