Html Css Color HEX #269097 Java

📋 copy color: '#269097'

red 38 ◦ green 144 ◦ blue 151

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

Shades of Java #269097

Tints of Java #269097

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.24%

 BLUE value IS 151 (59.38% from 255) = 45.35%

R = 11.41%
G = 43.24%
B = 45.35%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#269097 (or 0x269097) is known color: Java. HEX triplet: 26, 90 and 97. RGB value is (38,144,151). Sum of RGB (Red+Green+Blue) = 38+144+151=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #269097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269097 is #D96F68. Grayscale: #707070. Windows color (decimal): -14249833 or 9932838. OLE color: 9932838.

HSL color Cylindrical-coordinate representation of color #269097: hue angle of 183.72º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269097 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 144 151 -
CMYK 0.75 0.05 0 0.41
HSL 183.72º 0.6% 0.37% -
HSV(B) 183.72º 0.75% 0.59% -
XYZ 16.36 22.59 32.78 -
YUV 113.1 149.38 74.43 -
System Red Green Blue C M Y K H S L
Decimal 38 144 151 0.75 0.05 0 0.41 183.72 0.6 0.37
Hex 26 90 97 4B 5 0 29 B8 3C 25
Octal 46 220 227 113 5 0 51 270 74 45
Binary 100110 10010000 10010111 1001011 101 0 101001 10111000 111100 100101

Color Harmonies of #269097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269097

Black with #269097

Text Example


Text Example

White with #269097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269097; }

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

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

background-color css

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

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

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

border-color css

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

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

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