Html Css Color HEX #6FACAC Neptune

📋 copy color: '#6FACAC'

red 111 ◦ green 172 ◦ blue 172

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

Shades of Neptune #6FACAC

Tints of Neptune #6FACAC

RGB

 RED value IS 111 (43.75% from 255) = 24.4%

 GREEN value IS 172 (67.58% from 255) = 37.8%

 BLUE value IS 172 (67.58% from 255) = 37.8%

R = 24.4%
G = 37.8%
B = 37.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6FACAC (or 0x6FACAC) is known color: Neptune. HEX triplet: 6F, AC and AC. RGB value is (111,172,172). Sum of RGB (Red+Green+Blue) = 111+172+172=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #6FACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FACAC is #905353. Grayscale: #999999. Windows color (decimal): -9458516 or 11316335. OLE color: 11316335.

HSL color Cylindrical-coordinate representation of color #6FACAC: hue angle of 180º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FACAC is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 172 172 -
CMYK 0.35 0 0 0.33
HSL 180º 0.27% 0.55% -
HSV(B) 180º 0.35% 0.67% -
XYZ 28.75 35.86 44.44 -
YUV 153.76 138.29 97.5 -
System Red Green Blue C M Y K H S L
Decimal 111 172 172 0.35 0 0 0.33 180 0.27 0.55
Hex 6F AC AC 23 0 0 21 B4 1B 37
Octal 157 254 254 43 0 0 41 264 33 67
Binary 1101111 10101100 10101100 100011 0 0 100001 10110100 11011 110111

Color Harmonies of #6FACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACAC

Black with #6FACAC

Text Example


Text Example

White with #6FACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FACAC; }

 p { color: rgb(111,172,172); }

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

background-color css

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

 a { background-color: rgb(111,172,172); }

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

border-color css

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

 span { border-color: rgb(111,172,172); }

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