Html Css Color HEX #83CABB Bermuda

📋 copy color: '#83CABB'

red 131 ◦ green 202 ◦ blue 187

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

Shades of Bermuda #83CABB

Tints of Bermuda #83CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.85%

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 25.19%
G = 38.85%
B = 35.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#83CABB (or 0x83CABB) is known color: Bermuda. HEX triplet: 83, CA and BB. RGB value is (131,202,187). Sum of RGB (Red+Green+Blue) = 131+202+187=520 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.19% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #83CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CABB is #7C3544. Grayscale: #B3B3B3. Windows color (decimal): -8140101 or 12307075. OLE color: 12307075.

HSL color Cylindrical-coordinate representation of color #83CABB: hue angle of 167.32º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CABB is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 202 187 -
CMYK 0.35 0 0.07 0.21
HSL 167.32º 0.4% 0.65% -
HSV(B) 167.32º 0.35% 0.79% -
XYZ 39.45 50.65 54.71 -
YUV 179.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 131 202 187 0.35 0 0.07 0.21 167.32 0.4 0.65
Hex 83 CA BB 23 0 7 15 A7 28 41
Octal 203 312 273 43 0 7 25 247 50 101
Binary 10000011 11001010 10111011 100011 0 111 10101 10100111 101000 1000001

Color Harmonies of #83CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CABB

Black with #83CABB

Text Example


Text Example

White with #83CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,202,187); }

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

background-color css

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

 a { background-color: rgb(131,202,187); }

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

border-color css

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

 span { border-color: rgb(131,202,187); }

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