Html Css Color HEX #268C89 Java

📋 copy color: '#268C89'

red 38 ◦ green 140 ◦ blue 137

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

Shades of Java #268C89

Tints of Java #268C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.44%

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

R = 12.06%
G = 44.44%
B = 43.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#268C89 (or 0x268C89) is known color: Java. HEX triplet: 26, 8C and 89. RGB value is (38,140,137). Sum of RGB (Red+Green+Blue) = 38+140+137=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #268C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268C89 is #D97376. Grayscale: #6D6D6D. Windows color (decimal): -14250871 or 9014310. OLE color: 9014310.

HSL color Cylindrical-coordinate representation of color #268C89: hue angle of 178.24º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268C89 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 140 137 -
CMYK 0.73 0 0.02 0.45
HSL 178.24º 0.57% 0.35% -
HSV(B) 178.24º 0.73% 0.55% -
XYZ 14.69 20.97 26.94 -
YUV 109.16 143.71 77.24 -
System Red Green Blue C M Y K H S L
Decimal 38 140 137 0.73 0 0.02 0.45 178.24 0.57 0.35
Hex 26 8C 89 49 0 2 2D B2 39 23
Octal 46 214 211 111 0 2 55 262 71 43
Binary 100110 10001100 10001001 1001001 0 10 101101 10110010 111001 100011

Color Harmonies of #268C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268C89

Black with #268C89

Text Example


Text Example

White with #268C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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