Html Css Color HEX #38C5A8 Shamrock

📋 copy color: '#38C5A8'

red 56 ◦ green 197 ◦ blue 168

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

Shades of Shamrock #38C5A8

Tints of Shamrock #38C5A8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.79%

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 13.3%
G = 46.79%
B = 39.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#38C5A8 (or 0x38C5A8) is known color: Shamrock. HEX triplet: 38, C5 and A8. RGB value is (56,197,168). Sum of RGB (Red+Green+Blue) = 56+197+168=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #38C5A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C5A8 is #C73A57. Grayscale: #979797. Windows color (decimal): -13056600 or 11060536. OLE color: 11060536.

HSL color Cylindrical-coordinate representation of color #38C5A8: hue angle of 167.66º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C5A8 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 197 168 -
CMYK 0.72 0 0.15 0.23
HSL 167.66º 0.56% 0.5% -
HSV(B) 167.66º 0.72% 0.77% -
XYZ 28.67 43.6 43.95 -
YUV 151.54 137.29 59.86 -
System Red Green Blue C M Y K H S L
Decimal 56 197 168 0.72 0 0.15 0.23 167.66 0.56 0.5
Hex 38 C5 A8 48 0 F 17 A8 38 32
Octal 70 305 250 110 0 17 27 250 70 62
Binary 111000 11000101 10101000 1001000 0 1111 10111 10101000 111000 110010

Color Harmonies of #38C5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C5A8

Black with #38C5A8

Text Example


Text Example

White with #38C5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38C5A8; }

 p { color: rgb(56,197,168); }

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

background-color css

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

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

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

border-color css

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

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

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