Html Css Color HEX #268A89 Java

📋 copy color: '#268A89'

red 38 ◦ green 138 ◦ blue 137

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

Shades of Java #268A89

Tints of Java #268A89

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.09%

 BLUE value IS 137 (53.91% from 255) = 43.77%

R = 12.14%
G = 44.09%
B = 43.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#268A89 (or 0x268A89) is known color: Java. HEX triplet: 26, 8A and 89. RGB value is (38,138,137). Sum of RGB (Red+Green+Blue) = 38+138+137=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #268A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268A89 is #D97576. Grayscale: #6B6B6B. Windows color (decimal): -14251383 or 9013798. OLE color: 9013798.

HSL color Cylindrical-coordinate representation of color #268A89: hue angle of 179.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268A89 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 138 137 -
CMYK 0.72 0 0.01 0.46
HSL 179.4º 0.57% 0.35% -
HSV(B) 179.4º 0.72% 0.54% -
XYZ 14.4 20.4 26.84 -
YUV 107.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 38 138 137 0.72 0 0.01 0.46 179.4 0.57 0.35
Hex 26 8A 89 48 0 1 2E B3 39 23
Octal 46 212 211 110 0 1 56 263 71 43
Binary 100110 10001010 10001001 1001000 0 1 101110 10110011 111001 100011

Color Harmonies of #268A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268A89

Black with #268A89

Text Example


Text Example

White with #268A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268A89; }

 p { color: rgb(38,138,137); }

 H1.HeaderClassName
 {
   color: #268A89;
 }
 .AnyTagClassName
 {
   color: #268A89;
 }
</style>

background-color css

<style>
 a { background-color: #268A89; }

 a { background-color: rgb(38,138,137); }

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

border-color css

<style>
 span { border-color: #268A89; }

 span { border-color: rgb(38,138,137); }

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