Html Css Color HEX #359996 Java

📋 copy color: '#359996'

red 53 ◦ green 153 ◦ blue 150

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

Shades of Java #359996

Tints of Java #359996

RGB

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

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

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

R = 14.89%
G = 42.98%
B = 42.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#359996 (or 0x359996) is known color: Java. HEX triplet: 35, 99 and 96. RGB value is (53,153,150). Sum of RGB (Red+Green+Blue) = 53+153+150=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #359996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359996 is #CA6669. Grayscale: #7A7A7A. Windows color (decimal): -13264490 or 9869621. OLE color: 9869621.

HSL color Cylindrical-coordinate representation of color #359996: hue angle of 178.2º 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 #359996 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 150 -
CMYK 0.65 0 0.02 0.4
HSL 178.2º 0.49% 0.4% -
HSV(B) 178.2º 0.65% 0.6% -
XYZ 18.36 25.74 32.85 -
YUV 122.76 143.37 78.24 -
System Red Green Blue C M Y K H S L
Decimal 53 153 150 0.65 0 0.02 0.4 178.2 0.49 0.4
Hex 35 99 96 41 0 2 28 B2 31 28
Octal 65 231 226 101 0 2 50 262 61 50
Binary 110101 10011001 10010110 1000001 0 10 101000 10110010 110001 101000

Color Harmonies of #359996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359996

Black with #359996

Text Example


Text Example

White with #359996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359996; }

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

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

background-color css

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

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

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

border-color css

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

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

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