Html Css Color HEX #359D97 Java

📋 copy color: '#359D97'

red 53 ◦ green 157 ◦ blue 151

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

Shades of Java #359D97

Tints of Java #359D97

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.49%

 BLUE value IS 151 (59.38% from 255) = 41.83%

R = 14.68%
G = 43.49%
B = 41.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#359D97 (or 0x359D97) is known color: Java. HEX triplet: 35, 9D and 97. RGB value is (53,157,151). Sum of RGB (Red+Green+Blue) = 53+157+151=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #359D97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359D97 is #CA6268. Grayscale: #7D7D7D. Windows color (decimal): -13263465 or 9936181. OLE color: 9936181.

HSL color Cylindrical-coordinate representation of color #359D97: hue angle of 176.54º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D97 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 157 151 -
CMYK 0.66 0 0.04 0.38
HSL 176.54º 0.5% 0.41% -
HSV(B) 176.54º 0.66% 0.62% -
XYZ 19.11 27.11 33.5 -
YUV 125.22 142.54 76.49 -
System Red Green Blue C M Y K H S L
Decimal 53 157 151 0.66 0 0.04 0.38 176.54 0.5 0.41
Hex 35 9D 97 42 0 4 26 B1 32 29
Octal 65 235 227 102 0 4 46 261 62 51
Binary 110101 10011101 10010111 1000010 0 100 100110 10110001 110010 101001

Color Harmonies of #359D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D97

Black with #359D97

Text Example


Text Example

White with #359D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359D97; }

 p { color: rgb(53,157,151); }

 H1.HeaderClassName
 {
   color: #359D97;
 }
 .AnyTagClassName
 {
   color: #359D97;
 }
</style>

background-color css

<style>
 a { background-color: #359D97; }

 a { background-color: rgb(53,157,151); }

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

border-color css

<style>
 span { border-color: #359D97; }

 span { border-color: rgb(53,157,151); }

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