Html Css Color HEX #38807C Atoll

📋 copy color: '#38807C'

red 56 ◦ green 128 ◦ blue 124

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

Shades of Atoll #38807C

Tints of Atoll #38807C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 18.18%
G = 41.56%
B = 40.26%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#38807C (or 0x38807C) is known color: Atoll. HEX triplet: 38, 80 and 7C. RGB value is (56,128,124). Sum of RGB (Red+Green+Blue) = 56+128+124=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #38807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38807C is #C77F83. Grayscale: #696969. Windows color (decimal): -13074308 or 8159288. OLE color: 8159288.

HSL color Cylindrical-coordinate representation of color #38807C: hue angle of 176.67º 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 #38807C is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 124 -
CMYK 0.56 0 0.03 0.50
HSL 176.67º 0.39% 0.36% -
HSV(B) 176.67º 0.56% 0.5% -
XYZ 12.99 17.73 21.81 -
YUV 106.02 138.15 92.33 -
System Red Green Blue C M Y K H S L
Decimal 56 128 124 0.56 0 0.03 0.50 176.67 0.39 0.36
Hex 38 80 7C 38 0 3 32 B1 27 24
Octal 70 200 174 70 0 3 62 261 47 44
Binary 111000 10000000 1111100 111000 0 11 110010 10110001 100111 100100

Color Harmonies of #38807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38807C

Black with #38807C

Text Example


Text Example

White with #38807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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