Html Css Color HEX #83CCBD Bermuda

📋 copy color: '#83CCBD'

red 131 ◦ green 204 ◦ blue 189

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

Shades of Bermuda #83CCBD

Tints of Bermuda #83CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.93%

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 25%
G = 38.93%
B = 36.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#83CCBD (or 0x83CCBD) is known color: Bermuda. HEX triplet: 83, CC and BD. RGB value is (131,204,189). Sum of RGB (Red+Green+Blue) = 131+204+189=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCBD is #7C3342. Grayscale: #B4B4B4. Windows color (decimal): -8139587 or 12438659. OLE color: 12438659.

HSL color Cylindrical-coordinate representation of color #83CCBD: hue angle of 167.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CCBD is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 204 189 -
CMYK 0.36 0 0.07 0.2
HSL 167.67º 0.42% 0.66% -
HSV(B) 167.67º 0.36% 0.8% -
XYZ 40.14 51.69 56 -
YUV 180.46 132.82 92.72 -
System Red Green Blue C M Y K H S L
Decimal 131 204 189 0.36 0 0.07 0.2 167.67 0.42 0.66
Hex 83 CC BD 24 0 7 14 A8 2A 42
Octal 203 314 275 44 0 7 24 250 52 102
Binary 10000011 11001100 10111101 100100 0 111 10100 10101000 101010 1000010

Color Harmonies of #83CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CCBD

Black with #83CCBD

Text Example


Text Example

White with #83CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,204,189); }

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

background-color css

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

 a { background-color: rgb(131,204,189); }

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

border-color css

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

 span { border-color: rgb(131,204,189); }

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