Html Css Color HEX #388080 Atoll

📋 copy color: '#388080'

red 56 ◦ green 128 ◦ blue 128

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

Shades of Atoll #388080

Tints of Atoll #388080

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.03%

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

R = 17.95%
G = 41.03%
B = 41.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#388080 (or 0x388080) is known color: Atoll. HEX triplet: 38, 80 and 80. RGB value is (56,128,128). Sum of RGB (Red+Green+Blue) = 56+128+128=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #388080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388080 is #C77F7F. Grayscale: #6A6A6A. Windows color (decimal): -13074304 or 8421432. OLE color: 8421432.

HSL color Cylindrical-coordinate representation of color #388080: hue angle of 180º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388080 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 128 -
CMYK 0.56 0 0 0.50
HSL 180º 0.39% 0.36% -
HSV(B) 180º 0.56% 0.5% -
XYZ 13.25 17.84 23.17 -
YUV 106.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 56 128 128 0.56 0 0 0.50 180 0.39 0.36
Hex 38 80 80 38 0 0 32 B4 27 24
Octal 70 200 200 70 0 0 62 264 47 44
Binary 111000 10000000 10000000 111000 0 0 110010 10110100 100111 100100

Color Harmonies of #388080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388080

Black with #388080

Text Example


Text Example

White with #388080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388080; }

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

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

background-color css

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

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

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

border-color css

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

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

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