Html Css Color HEX #38857F Atoll

📋 copy color: '#38857F'

red 56 ◦ green 133 ◦ blue 127

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

Shades of Atoll #38857F

Tints of Atoll #38857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.09%

 BLUE value IS 127 (50% from 255) = 40.19%

R = 17.72%
G = 42.09%
B = 40.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#38857F (or 0x38857F) is known color: Atoll. HEX triplet: 38, 85 and 7F. RGB value is (56,133,127). Sum of RGB (Red+Green+Blue) = 56+133+127=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #38857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38857F is #C77A80. Grayscale: #6D6D6D. Windows color (decimal): -13073025 or 8357176. OLE color: 8357176.

HSL color Cylindrical-coordinate representation of color #38857F: hue angle of 175.32º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38857F is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 127 -
CMYK 0.58 0 0.05 0.48
HSL 175.32º 0.41% 0.37% -
HSV(B) 175.32º 0.58% 0.52% -
XYZ 13.85 19.15 23.04 -
YUV 109.29 137.99 89.99 -
System Red Green Blue C M Y K H S L
Decimal 56 133 127 0.58 0 0.05 0.48 175.32 0.41 0.37
Hex 38 85 7F 3A 0 5 30 AF 29 25
Octal 70 205 177 72 0 5 60 257 51 45
Binary 111000 10000101 1111111 111010 0 101 110000 10101111 101001 100101

Color Harmonies of #38857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38857F

Black with #38857F

Text Example


Text Example

White with #38857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38857F; }

 p { color: rgb(56,133,127); }

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

background-color css

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

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

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

border-color css

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

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

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