Html Css Color HEX #81BCA4 Sea Nymph

📋 copy color: '#81BCA4'

red 129 ◦ green 188 ◦ blue 164

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

Shades of Sea Nymph #81BCA4

Tints of Sea Nymph #81BCA4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 164 (64.45% from 255) = 34.1%

R = 26.82%
G = 39.09%
B = 34.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#81BCA4 (or 0x81BCA4) is known color: Sea Nymph. HEX triplet: 81, BC and A4. RGB value is (129,188,164). Sum of RGB (Red+Green+Blue) = 129+188+164=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #81BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BCA4 is #7E435B. Grayscale: #A7A7A7. Windows color (decimal): -8274780 or 10796161. OLE color: 10796161.

HSL color Cylindrical-coordinate representation of color #81BCA4: hue angle of 155.59º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BCA4 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 188 164 -
CMYK 0.31 0 0.13 0.26
HSL 155.59º 0.31% 0.62% -
HSV(B) 155.59º 0.31% 0.74% -
XYZ 33.74 43.31 41.7 -
YUV 167.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 129 188 164 0.31 0 0.13 0.26 155.59 0.31 0.62
Hex 81 BC A4 1F 0 D 1A 9C 1F 3E
Octal 201 274 244 37 0 15 32 234 37 76
Binary 10000001 10111100 10100100 11111 0 1101 11010 10011100 11111 111110

Color Harmonies of #81BCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BCA4

Black with #81BCA4

Text Example


Text Example

White with #81BCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,188,164); }

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

background-color css

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

 a { background-color: rgb(129,188,164); }

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

border-color css

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

 span { border-color: rgb(129,188,164); }

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