Html Css Color HEX #26998F Java

📋 copy color: '#26998F'

red 38 ◦ green 153 ◦ blue 143

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

Shades of Java #26998F

Tints of Java #26998F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.81%

R = 11.38%
G = 45.81%
B = 42.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#26998F (or 0x26998F) is known color: Java. HEX triplet: 26, 99 and 8F. RGB value is (38,153,143). Sum of RGB (Red+Green+Blue) = 38+153+143=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #26998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26998F is #D96670. Grayscale: #757575. Windows color (decimal): -14247537 or 9410854. OLE color: 9410854.

HSL color Cylindrical-coordinate representation of color #26998F: hue angle of 174.78º 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 #26998F is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 153 143 -
CMYK 0.75 0 0.07 0.4
HSL 174.78º 0.6% 0.37% -
HSV(B) 174.78º 0.75% 0.6% -
XYZ 17.15 25.18 29.94 -
YUV 117.48 142.4 71.31 -
System Red Green Blue C M Y K H S L
Decimal 38 153 143 0.75 0 0.07 0.4 174.78 0.6 0.37
Hex 26 99 8F 4B 0 7 28 AF 3C 25
Octal 46 231 217 113 0 7 50 257 74 45
Binary 100110 10011001 10001111 1001011 0 111 101000 10101111 111100 100101

Color Harmonies of #26998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26998F

Black with #26998F

Text Example


Text Example

White with #26998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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