Html Css Color HEX #38CE9B Shamrock

📋 copy color: '#38CE9B'

red 56 ◦ green 206 ◦ blue 155

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

Shades of Shamrock #38CE9B

Tints of Shamrock #38CE9B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.4%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 13.43%
G = 49.4%
B = 37.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#38CE9B (or 0x38CE9B) is known color: Shamrock. HEX triplet: 38, CE and 9B. RGB value is (56,206,155). Sum of RGB (Red+Green+Blue) = 56+206+155=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CE9B is #C73164. Grayscale: #9B9B9B. Windows color (decimal): -13054309 or 10210872. OLE color: 10210872.

HSL color Cylindrical-coordinate representation of color #38CE9B: hue angle of 159.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CE9B is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 206 155 -
CMYK 0.73 0 0.25 0.19
HSL 159.6º 0.6% 0.51% -
HSV(B) 159.6º 0.73% 0.81% -
XYZ 29.62 47.35 38.59 -
YUV 155.34 127.81 57.15 -
System Red Green Blue C M Y K H S L
Decimal 56 206 155 0.73 0 0.25 0.19 159.6 0.6 0.51
Hex 38 CE 9B 49 0 19 13 A0 3C 33
Octal 70 316 233 111 0 31 23 240 74 63
Binary 111000 11001110 10011011 1001001 0 11001 10011 10100000 111100 110011

Color Harmonies of #38CE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CE9B

Black with #38CE9B

Text Example


Text Example

White with #38CE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,206,155); }

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

background-color css

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

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

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

border-color css

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

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

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