Html Css Color HEX #38C9AB Shamrock

📋 copy color: '#38C9AB'

red 56 ◦ green 201 ◦ blue 171

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

Shades of Shamrock #38C9AB

Tints of Shamrock #38C9AB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.96%

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 13.08%
G = 46.96%
B = 39.95%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#38C9AB (or 0x38C9AB) is known color: Shamrock. HEX triplet: 38, C9 and AB. RGB value is (56,201,171). Sum of RGB (Red+Green+Blue) = 56+201+171=428 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.08% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #38C9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C9AB is #C73654. Grayscale: #9A9A9A. Windows color (decimal): -13055573 or 11258168. OLE color: 11258168.

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

Color convert

RGB 56 201 171 -
CMYK 0.72 0 0.15 0.21
HSL 167.59º 0.57% 0.5% -
HSV(B) 167.59º 0.72% 0.79% -
XYZ 29.87 45.55 45.75 -
YUV 154.23 137.46 57.94 -
System Red Green Blue C M Y K H S L
Decimal 56 201 171 0.72 0 0.15 0.21 167.59 0.57 0.5
Hex 38 C9 AB 48 0 F 15 A8 39 32
Octal 70 311 253 110 0 17 25 250 71 62
Binary 111000 11001001 10101011 1001000 0 1111 10101 10101000 111001 110010

Color Harmonies of #38C9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C9AB

Black with #38C9AB

Text Example


Text Example

White with #38C9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,201,171); }

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

background-color css

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

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

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

border-color css

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

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

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