Html Css Color HEX #35E09B Shamrock

📋 copy color: '#35E09B'

red 53 ◦ green 224 ◦ blue 155

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

Shades of Shamrock #35E09B

Tints of Shamrock #35E09B

RGB

 RED value IS 53 (21.09% from 255) = 12.27%

 GREEN value IS 224 (87.89% from 255) = 51.85%

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

R = 12.27%
G = 51.85%
B = 35.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#35E09B (or 0x35E09B) is known color: Shamrock. HEX triplet: 35, E0 and 9B. RGB value is (53,224,155). Sum of RGB (Red+Green+Blue) = 53+224+155=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #35E09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E09B is #CA1F64. Grayscale: #A5A5A5. Windows color (decimal): -13246309 or 10215477. OLE color: 10215477.

HSL color Cylindrical-coordinate representation of color #35E09B: hue angle of 155.79º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E09B is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 224 155 -
CMYK 0.76 0 0.31 0.12
HSL 155.79º 0.73% 0.54% -
HSV(B) 155.79º 0.76% 0.88% -
XYZ 34.04 56.43 40.11 -
YUV 165.01 122.35 48.11 -
System Red Green Blue C M Y K H S L
Decimal 53 224 155 0.76 0 0.31 0.12 155.79 0.73 0.54
Hex 35 E0 9B 4C 0 1F C 9C 49 36
Octal 65 340 233 114 0 37 14 234 111 66
Binary 110101 11100000 10011011 1001100 0 11111 1100 10011100 1001001 110110

Color Harmonies of #35E09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E09B

Black with #35E09B

Text Example


Text Example

White with #35E09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35E09B; }

 p { color: rgb(53,224,155); }

 H1.HeaderClassName
 {
   color: #35E09B;
 }
 .AnyTagClassName
 {
   color: #35E09B;
 }
</style>

background-color css

<style>
 a { background-color: #35E09B; }

 a { background-color: rgb(53,224,155); }

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

border-color css

<style>
 span { border-color: #35E09B; }

 span { border-color: rgb(53,224,155); }

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