Html Css Color HEX #26958E Java

📋 copy color: '#26958E'

red 38 ◦ green 149 ◦ blue 142

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

Shades of Java #26958E

Tints of Java #26958E

RGB

 RED value IS 38 (15.23% from 255) = 11.55%

 GREEN value IS 149 (58.59% from 255) = 45.29%

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 11.55%
G = 45.29%
B = 43.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#26958E (or 0x26958E) is known color: Java. HEX triplet: 26, 95 and 8E. RGB value is (38,149,142). Sum of RGB (Red+Green+Blue) = 38+149+142=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #26958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26958E is #D96A71. Grayscale: #727272. Windows color (decimal): -14248562 or 9344294. OLE color: 9344294.

HSL color Cylindrical-coordinate representation of color #26958E: hue angle of 176.22º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26958E is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 149 142 -
CMYK 0.74 0 0.05 0.42
HSL 176.22º 0.59% 0.37% -
HSV(B) 176.22º 0.74% 0.58% -
XYZ 16.43 23.86 29.33 -
YUV 115.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 38 149 142 0.74 0 0.05 0.42 176.22 0.59 0.37
Hex 26 95 8E 4A 0 5 2A B0 3B 25
Octal 46 225 216 112 0 5 52 260 73 45
Binary 100110 10010101 10001110 1001010 0 101 101010 10110000 111011 100101

Color Harmonies of #26958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26958E

Black with #26958E

Text Example


Text Example

White with #26958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26958E; }

 p { color: rgb(38,149,142); }

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

background-color css

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

 a { background-color: rgb(38,149,142); }

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

border-color css

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

 span { border-color: rgb(38,149,142); }

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