Html Css Color HEX #1F969B Java

📋 copy color: '#1F969B'

red 31 ◦ green 150 ◦ blue 155

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

Shades of Java #1F969B

Tints of Java #1F969B

RGB

 RED value IS 31 (12.5% from 255) = 9.23%

 GREEN value IS 150 (58.98% from 255) = 44.64%

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 9.23%
G = 44.64%
B = 46.13%

CMYK

 C value IS 0.8

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F969B (or 0x1F969B) is known color: Java. HEX triplet: 1F, 96 and 9B. RGB value is (31,150,155). Sum of RGB (Red+Green+Blue) = 31+150+155=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F969B is #E06964. Grayscale: #727272. Windows color (decimal): -14707045 or 10196511. OLE color: 10196511.

HSL color Cylindrical-coordinate representation of color #1F969B: hue angle of 182.42º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F969B is Cyan = 0.8, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 150 155 -
CMYK 0.8 0.03 0 0.39
HSL 182.42º 0.67% 0.36% -
HSV(B) 182.42º 0.8% 0.61% -
XYZ 17.39 24.47 34.82 -
YUV 114.99 150.58 68.09 -
System Red Green Blue C M Y K H S L
Decimal 31 150 155 0.8 0.03 0 0.39 182.42 0.67 0.36
Hex 1F 96 9B 50 3 0 27 B6 43 24
Octal 37 226 233 120 3 0 47 266 103 44
Binary 11111 10010110 10011011 1010000 11 0 100111 10110110 1000011 100100

Color Harmonies of #1F969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F969B

Black with #1F969B

Text Example


Text Example

White with #1F969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F969B; }

 p { color: rgb(31,150,155); }

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

background-color css

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

 a { background-color: rgb(31,150,155); }

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

border-color css

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

 span { border-color: rgb(31,150,155); }

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