Html Css Color HEX #26998B Java

📋 copy color: '#26998B'

red 38 ◦ green 153 ◦ blue 139

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

Shades of Java #26998B

Tints of Java #26998B

RGB

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

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

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

R = 11.52%
G = 46.36%
B = 42.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#26998B (or 0x26998B) is known color: Java. HEX triplet: 26, 99 and 8B. RGB value is (38,153,139). Sum of RGB (Red+Green+Blue) = 38+153+139=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #26998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26998B is #D96674. Grayscale: #747474. Windows color (decimal): -14247541 or 9148710. OLE color: 9148710.

HSL color Cylindrical-coordinate representation of color #26998B: hue angle of 172.7º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26998B is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 153 139 -
CMYK 0.75 0 0.09 0.4
HSL 172.7º 0.6% 0.37% -
HSV(B) 172.7º 0.75% 0.6% -
XYZ 16.85 25.06 28.37 -
YUV 117.02 140.4 71.64 -
System Red Green Blue C M Y K H S L
Decimal 38 153 139 0.75 0 0.09 0.4 172.7 0.6 0.37
Hex 26 99 8B 4B 0 9 28 AD 3C 25
Octal 46 231 213 113 0 11 50 255 74 45
Binary 100110 10011001 10001011 1001011 0 1001 101000 10101101 111100 100101

Color Harmonies of #26998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26998B

Black with #26998B

Text Example


Text Example

White with #26998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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