Html Css Color HEX #269289 Java

📋 copy color: '#269289'

red 38 ◦ green 146 ◦ blue 137

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

Shades of Java #269289

Tints of Java #269289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.48%

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

R = 11.84%
G = 45.48%
B = 42.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#269289 (or 0x269289) is known color: Java. HEX triplet: 26, 92 and 89. RGB value is (38,146,137). Sum of RGB (Red+Green+Blue) = 38+146+137=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #269289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269289 is #D96D76. Grayscale: #707070. Windows color (decimal): -14249335 or 9015846. OLE color: 9015846.

HSL color Cylindrical-coordinate representation of color #269289: hue angle of 175º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269289 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 146 137 -
CMYK 0.74 0 0.06 0.43
HSL 175º 0.59% 0.36% -
HSV(B) 175º 0.74% 0.57% -
XYZ 15.59 22.78 27.24 -
YUV 112.68 141.72 74.73 -
System Red Green Blue C M Y K H S L
Decimal 38 146 137 0.74 0 0.06 0.43 175 0.59 0.36
Hex 26 92 89 4A 0 6 2B AF 3B 24
Octal 46 222 211 112 0 6 53 257 73 44
Binary 100110 10010010 10001001 1001010 0 110 101011 10101111 111011 100100

Color Harmonies of #269289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269289

Black with #269289

Text Example


Text Example

White with #269289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269289; }

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

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

background-color css

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

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

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

border-color css

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

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

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