Html Css Color HEX #35BB8A Jungle Green

📋 copy color: '#35BB8A'

red 53 ◦ green 187 ◦ blue 138

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

Shades of Jungle Green #35BB8A

Tints of Jungle Green #35BB8A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.47%

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 14.02%
G = 49.47%
B = 36.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#35BB8A (or 0x35BB8A) is known color: Jungle Green. HEX triplet: 35, BB and 8A. RGB value is (53,187,138). Sum of RGB (Red+Green+Blue) = 53+187+138=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BB8A is #CA4475. Grayscale: #8D8D8D. Windows color (decimal): -13255798 or 9091893. OLE color: 9091893.

HSL color Cylindrical-coordinate representation of color #35BB8A: hue angle of 158.06º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BB8A is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 187 138 -
CMYK 0.72 0 0.26 0.27
HSL 158.06º 0.56% 0.47% -
HSV(B) 158.06º 0.72% 0.73% -
XYZ 23.83 38.13 30.15 -
YUV 141.35 126.11 64.98 -
System Red Green Blue C M Y K H S L
Decimal 53 187 138 0.72 0 0.26 0.27 158.06 0.56 0.47
Hex 35 BB 8A 48 0 1A 1B 9E 38 2F
Octal 65 273 212 110 0 32 33 236 70 57
Binary 110101 10111011 10001010 1001000 0 11010 11011 10011110 111000 101111

Color Harmonies of #35BB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BB8A

Black with #35BB8A

Text Example


Text Example

White with #35BB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,187,138); }

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

background-color css

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

 a { background-color: rgb(53,187,138); }

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

border-color css

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

 span { border-color: rgb(53,187,138); }

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