Html Css Color HEX #26958B Java

📋 copy color: '#26958B'

red 38 ◦ green 149 ◦ blue 139

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

Shades of Java #26958B

Tints of Java #26958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 11.66%
G = 45.71%
B = 42.64%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#26958B (or 0x26958B) is known color: Java. HEX triplet: 26, 95 and 8B. RGB value is (38,149,139). Sum of RGB (Red+Green+Blue) = 38+149+139=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #26958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26958B is #D96A74. Grayscale: #727272. Windows color (decimal): -14248565 or 9147686. OLE color: 9147686.

HSL color Cylindrical-coordinate representation of color #26958B: hue angle of 174.59º 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 #26958B is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 149 139 -
CMYK 0.74 0 0.07 0.42
HSL 174.59º 0.59% 0.37% -
HSV(B) 174.59º 0.74% 0.58% -
XYZ 16.21 23.77 28.16 -
YUV 114.67 141.73 73.31 -
System Red Green Blue C M Y K H S L
Decimal 38 149 139 0.74 0 0.07 0.42 174.59 0.59 0.37
Hex 26 95 8B 4A 0 7 2A AF 3B 25
Octal 46 225 213 112 0 7 52 257 73 45
Binary 100110 10010101 10001011 1001010 0 111 101010 10101111 111011 100101

Color Harmonies of #26958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26958B

Black with #26958B

Text Example


Text Example

White with #26958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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