Html Css Color HEX #388180 Atoll

📋 copy color: '#388180'

red 56 ◦ green 129 ◦ blue 128

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

Shades of Atoll #388180

Tints of Atoll #388180

RGB

 RED value IS 56 (22.27% from 255) = 17.89%

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

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 17.89%
G = 41.21%
B = 40.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#388180 (or 0x388180) is known color: Atoll. HEX triplet: 38, 81 and 80. RGB value is (56,129,128). Sum of RGB (Red+Green+Blue) = 56+129+128=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #388180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388180 is #C77E7F. Grayscale: #6A6A6A. Windows color (decimal): -13074048 or 8421688. OLE color: 8421688.

HSL color Cylindrical-coordinate representation of color #388180: hue angle of 179.18º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388180 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 128 -
CMYK 0.57 0 0.01 0.49
HSL 179.18º 0.39% 0.36% -
HSV(B) 179.18º 0.57% 0.51% -
XYZ 13.38 18.1 23.21 -
YUV 107.06 139.82 91.58 -
System Red Green Blue C M Y K H S L
Decimal 56 129 128 0.57 0 0.01 0.49 179.18 0.39 0.36
Hex 38 81 80 39 0 1 31 B3 27 24
Octal 70 201 200 71 0 1 61 263 47 44
Binary 111000 10000001 10000000 111001 0 1 110001 10110011 100111 100100

Color Harmonies of #388180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388180

Black with #388180

Text Example


Text Example

White with #388180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388180; }

 p { color: rgb(56,129,128); }

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

background-color css

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

 a { background-color: rgb(56,129,128); }

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

border-color css

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

 span { border-color: rgb(56,129,128); }

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