Html Css Color HEX #359997 Java

📋 copy color: '#359997'

red 53 ◦ green 153 ◦ blue 151

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

Shades of Java #359997

Tints of Java #359997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.86%

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

R = 14.85%
G = 42.86%
B = 42.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#359997 (or 0x359997) is known color: Java. HEX triplet: 35, 99 and 97. RGB value is (53,153,151). Sum of RGB (Red+Green+Blue) = 53+153+151=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #359997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359997 is #CA6668. Grayscale: #7A7A7A. Windows color (decimal): -13264489 or 9935157. OLE color: 9935157.

HSL color Cylindrical-coordinate representation of color #359997: hue angle of 178.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359997 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 151 -
CMYK 0.65 0 0.01 0.4
HSL 178.8º 0.49% 0.4% -
HSV(B) 178.8º 0.65% 0.6% -
XYZ 18.45 25.77 33.28 -
YUV 122.87 143.87 78.16 -
System Red Green Blue C M Y K H S L
Decimal 53 153 151 0.65 0 0.01 0.4 178.8 0.49 0.4
Hex 35 99 97 41 0 1 28 B3 31 28
Octal 65 231 227 101 0 1 50 263 61 50
Binary 110101 10011001 10010111 1000001 0 1 101000 10110011 110001 101000

Color Harmonies of #359997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359997

Black with #359997

Text Example


Text Example

White with #359997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359997; }

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

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

background-color css

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

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

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

border-color css

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

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

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