Html Css Color HEX #269E90 Java

📋 copy color: '#269E90'

red 38 ◦ green 158 ◦ blue 144

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

Shades of Java #269E90

Tints of Java #269E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.47%

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 11.18%
G = 46.47%
B = 42.35%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#269E90 (or 0x269E90) is known color: Java. HEX triplet: 26, 9E and 90. RGB value is (38,158,144). Sum of RGB (Red+Green+Blue) = 38+158+144=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 158 - color contains mainly: green. Hex color #269E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269E90 is #D9616F. Grayscale: #787878. Windows color (decimal): -14246256 or 9477670. OLE color: 9477670.

HSL color Cylindrical-coordinate representation of color #269E90: hue angle of 173º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269E90 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 158 144 -
CMYK 0.76 0 0.09 0.38
HSL 173º 0.61% 0.38% -
HSV(B) 173º 0.76% 0.62% -
XYZ 18.06 26.88 30.62 -
YUV 120.52 141.24 69.14 -
System Red Green Blue C M Y K H S L
Decimal 38 158 144 0.76 0 0.09 0.38 173 0.61 0.38
Hex 26 9E 90 4C 0 9 26 AD 3D 26
Octal 46 236 220 114 0 11 46 255 75 46
Binary 100110 10011110 10010000 1001100 0 1001 100110 10101101 111101 100110

Color Harmonies of #269E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269E90

Black with #269E90

Text Example


Text Example

White with #269E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269E90; }

 p { color: rgb(38,158,144); }

 H1.HeaderClassName
 {
   color: #269E90;
 }
 .AnyTagClassName
 {
   color: #269E90;
 }
</style>

background-color css

<style>
 a { background-color: #269E90; }

 a { background-color: rgb(38,158,144); }

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

border-color css

<style>
 span { border-color: #269E90; }

 span { border-color: rgb(38,158,144); }

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