Html Css Color HEX #359A96 Java

📋 copy color: '#359A96'

red 53 ◦ green 154 ◦ blue 150

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

Shades of Java #359A96

Tints of Java #359A96

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.14%

 BLUE value IS 150 (58.98% from 255) = 42.02%

R = 14.85%
G = 43.14%
B = 42.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#359A96 (or 0x359A96) is known color: Java. HEX triplet: 35, 9A and 96. RGB value is (53,154,150). Sum of RGB (Red+Green+Blue) = 53+154+150=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #359A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359A96 is #CA6569. Grayscale: #7B7B7B. Windows color (decimal): -13264234 or 9869877. OLE color: 9869877.

HSL color Cylindrical-coordinate representation of color #359A96: hue angle of 177.62º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A96 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 154 150 -
CMYK 0.66 0 0.03 0.40
HSL 177.62º 0.49% 0.41% -
HSV(B) 177.62º 0.66% 0.6% -
XYZ 18.53 26.07 32.91 -
YUV 123.35 143.04 77.83 -
System Red Green Blue C M Y K H S L
Decimal 53 154 150 0.66 0 0.03 0.40 177.62 0.49 0.41
Hex 35 9A 96 42 0 3 28 B2 31 29
Octal 65 232 226 102 0 3 50 262 61 51
Binary 110101 10011010 10010110 1000010 0 11 101000 10110010 110001 101001

Color Harmonies of #359A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A96

Black with #359A96

Text Example


Text Example

White with #359A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,154,150); }

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

background-color css

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

 a { background-color: rgb(53,154,150); }

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

border-color css

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

 span { border-color: rgb(53,154,150); }

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