Html Css Color HEX #238B8B Java

📋 copy color: '#238B8B'

red 35 ◦ green 139 ◦ blue 139

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

Shades of Java #238B8B

Tints of Java #238B8B

RGB

 RED value IS 35 (14.06% from 255) = 11.18%

 GREEN value IS 139 (54.69% from 255) = 44.41%

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 11.18%
G = 44.41%
B = 44.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#238B8B (or 0x238B8B) is known color: Java. HEX triplet: 23, 8B and 8B. RGB value is (35,139,139). Sum of RGB (Red+Green+Blue) = 35+139+139=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #238B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B8B is #DC7474. Grayscale: #6B6B6B. Windows color (decimal): -14447733 or 9145123. OLE color: 9145123.

HSL color Cylindrical-coordinate representation of color #238B8B: hue angle of 180º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238B8B is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 139 139 -
CMYK 0.75 0 0 0.45
HSL 180º 0.6% 0.34% -
HSV(B) 180º 0.75% 0.55% -
XYZ 14.59 20.69 27.65 -
YUV 107.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 35 139 139 0.75 0 0 0.45 180 0.6 0.34
Hex 23 8B 8B 4B 0 0 2D B4 3C 22
Octal 43 213 213 113 0 0 55 264 74 42
Binary 100011 10001011 10001011 1001011 0 0 101101 10110100 111100 100010

Color Harmonies of #238B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B8B

Black with #238B8B

Text Example


Text Example

White with #238B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238B8B; }

 p { color: rgb(35,139,139); }

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

background-color css

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

 a { background-color: rgb(35,139,139); }

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

border-color css

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

 span { border-color: rgb(35,139,139); }

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