Html Css Color HEX #81B4B2 Neptune

📋 copy color: '#81B4B2'

red 129 ◦ green 180 ◦ blue 178

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

Shades of Neptune #81B4B2

Tints of Neptune #81B4B2

RGB

 RED value IS 129 (50.78% from 255) = 26.49%

 GREEN value IS 180 (70.7% from 255) = 36.96%

 BLUE value IS 178 (69.92% from 255) = 36.55%

R = 26.49%
G = 36.96%
B = 36.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#81B4B2 (or 0x81B4B2) is known color: Neptune. HEX triplet: 81, B4 and B2. RGB value is (129,180,178). Sum of RGB (Red+Green+Blue) = 129+180+178=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #81B4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B4B2 is #7E4B4D. Grayscale: #A4A4A4. Windows color (decimal): -8276814 or 11711617. OLE color: 11711617.

HSL color Cylindrical-coordinate representation of color #81B4B2: hue angle of 177.65º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B4B2 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 180 178 -
CMYK 0.28 0 0.01 0.29
HSL 177.65º 0.25% 0.61% -
HSV(B) 177.65º 0.28% 0.71% -
XYZ 33.41 40.52 48.18 -
YUV 164.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 129 180 178 0.28 0 0.01 0.29 177.65 0.25 0.61
Hex 81 B4 B2 1C 0 1 1D B2 19 3D
Octal 201 264 262 34 0 1 35 262 31 75
Binary 10000001 10110100 10110010 11100 0 1 11101 10110010 11001 111101

Color Harmonies of #81B4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B4B2

Black with #81B4B2

Text Example


Text Example

White with #81B4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81B4B2; }

 p { color: rgb(129,180,178); }

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

background-color css

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

 a { background-color: rgb(129,180,178); }

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

border-color css

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

 span { border-color: rgb(129,180,178); }

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