Html Css Color HEX #83CFB5 Bermuda

📋 copy color: '#83CFB5'

red 131 ◦ green 207 ◦ blue 181

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

Shades of Bermuda #83CFB5

Tints of Bermuda #83CFB5

RGB

 RED value IS 131 (51.56% from 255) = 25.24%

 GREEN value IS 207 (81.25% from 255) = 39.88%

 BLUE value IS 181 (71.09% from 255) = 34.87%

R = 25.24%
G = 39.88%
B = 34.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#83CFB5 (or 0x83CFB5) is known color: Bermuda. HEX triplet: 83, CF and B5. RGB value is (131,207,181). Sum of RGB (Red+Green+Blue) = 131+207+181=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #83CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFB5 is #7C304A. Grayscale: #B5B5B5. Windows color (decimal): -8138827 or 11915139. OLE color: 11915139.

HSL color Cylindrical-coordinate representation of color #83CFB5: hue angle of 159.47º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83CFB5 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 207 181 -
CMYK 0.37 0 0.13 0.19
HSL 159.47º 0.44% 0.66% -
HSV(B) 159.47º 0.37% 0.81% -
XYZ 40.01 52.79 51.8 -
YUV 181.31 127.82 92.11 -
System Red Green Blue C M Y K H S L
Decimal 131 207 181 0.37 0 0.13 0.19 159.47 0.44 0.66
Hex 83 CF B5 25 0 D 13 9F 2C 42
Octal 203 317 265 45 0 15 23 237 54 102
Binary 10000011 11001111 10110101 100101 0 1101 10011 10011111 101100 1000010

Color Harmonies of #83CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CFB5

Black with #83CFB5

Text Example


Text Example

White with #83CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83CFB5; }

 p { color: rgb(131,207,181); }

 H1.HeaderClassName
 {
   color: #83CFB5;
 }
 .AnyTagClassName
 {
   color: #83CFB5;
 }
</style>

background-color css

<style>
 a { background-color: #83CFB5; }

 a { background-color: rgb(131,207,181); }

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

border-color css

<style>
 span { border-color: #83CFB5; }

 span { border-color: rgb(131,207,181); }

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