Html Css Color HEX #35A79D Java

📋 copy color: '#35A79D'

red 53 ◦ green 167 ◦ blue 157

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

Shades of Java #35A79D

Tints of Java #35A79D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.3%

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 14.06%
G = 44.3%
B = 41.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#35A79D (or 0x35A79D) is known color: Java. HEX triplet: 35, A7 and 9D. RGB value is (53,167,157). Sum of RGB (Red+Green+Blue) = 53+167+157=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #35A79D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A79D is #CA5862. Grayscale: #838383. Windows color (decimal): -13260899 or 10331957. OLE color: 10331957.

HSL color Cylindrical-coordinate representation of color #35A79D: hue angle of 174.74º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A79D is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 53 167 157 -
CMYK 0.68 0 0.06 0.35
HSL 174.74º 0.52% 0.43% -
HSV(B) 174.74º 0.68% 0.65% -
XYZ 21.37 30.83 36.72 -
YUV 131.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 53 167 157 0.68 0 0.06 0.35 174.74 0.52 0.43
Hex 35 A7 9D 44 0 6 23 AF 34 2B
Octal 65 247 235 104 0 6 43 257 64 53
Binary 110101 10100111 10011101 1000100 0 110 100011 10101111 110100 101011

Color Harmonies of #35A79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A79D

Black with #35A79D

Text Example


Text Example

White with #35A79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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