Html Css Color HEX #388181 Atoll

📋 copy color: '#388181'

red 56 ◦ green 129 ◦ blue 129

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

Shades of Atoll #388181

Tints of Atoll #388181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.08%

R = 17.83%
G = 41.08%
B = 41.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#388181 (or 0x388181) is known color: Atoll. HEX triplet: 38, 81 and 81. RGB value is (56,129,129). Sum of RGB (Red+Green+Blue) = 56+129+129=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #388181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388181 is #C77E7E. Grayscale: #6B6B6B. Windows color (decimal): -13074047 or 8487224. OLE color: 8487224.

HSL color Cylindrical-coordinate representation of color #388181: hue angle of 180º 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 #388181 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 129 -
CMYK 0.57 0 0 0.49
HSL 180º 0.39% 0.36% -
HSV(B) 180º 0.57% 0.51% -
XYZ 13.44 18.13 23.56 -
YUV 107.17 140.32 91.5 -
System Red Green Blue C M Y K H S L
Decimal 56 129 129 0.57 0 0 0.49 180 0.39 0.36
Hex 38 81 81 39 0 0 31 B4 27 24
Octal 70 201 201 71 0 0 61 264 47 44
Binary 111000 10000001 10000001 111001 0 0 110001 10110100 100111 100100

Color Harmonies of #388181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388181

Black with #388181

Text Example


Text Example

White with #388181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388181; }

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

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

background-color css

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

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

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

border-color css

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

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

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